Thread: How to verify my incoming UDP packet correctly?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #16
    null pointer Structure's Avatar
    Join Date
    May 2019
    Posts
    338
    Code:
    printf( "[%s]", packetBuffer );
    if you don't see [101_idle] but you see [101_idle(+ some other bs)] ;

    that could be your comparison problem.
    Last edited by Structure; 09-11-2020 at 09:30 AM.
    "without goto we would be wtf'd"

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Constructing a Wake On Lan packet (low level packet)
    By kaptsea in forum C++ Programming
    Replies: 3
    Last Post: 01-28-2020, 07:43 AM
  2. Replies: 1
    Last Post: 11-30-2018, 12:41 AM
  3. Incoming phone call program for C++
    By HARLEY78 in forum C++ Programming
    Replies: 4
    Last Post: 02-18-2010, 05:28 AM
  4. Best way to handle incoming commands from a client.
    By ~Kyo~ in forum Game Programming
    Replies: 6
    Last Post: 07-26-2006, 12:24 PM
  5. changing incoming port for firefox
    By digitaltsai in forum Tech Board
    Replies: 1
    Last Post: 05-05-2006, 09:58 AM

Tags for this Thread