http://qs1969.pair.com?node_id=668175


in reply to Re^2: Simple UDP example anyone?
in thread Simple UDP example anyone?

Are you sending that as a string, or are you 'pack'ing the bytes? Post your code for constructing the packet.

Replies are listed 'Best First'.
Re^4: Simple UDP example anyone?
by Anonymous Monk on Feb 15, 2008 at 20:25 UTC
    Hi! First i sent it as string (my bad), but know i send it as bytes (the right way).
    $sock->send("\xFF\xFF\xFF\xFFTSource Engine Query\x00");
    But still no answer :/ Been stuck with this like 3 days now:(
      Errr i mean "now", just had to make things right. I hate typos :p