Displaying 1 result from an estimated 1 matches for "01b9".
Did you mean:
0159
2007 Feb 12
1
playing with SO_BROADCAST on centos
...0x0010: c0a8 010a 0024 0024 001c a0e2 4321 3039 .....$.$....C!09
0x0020: c0a8 01ae ffff 0000 0001 3cd0 67ff 0001 ..........<.g...
08:42:49.286990 IP ecov432_testing.msgnet.com.36 >
devcentos64.msgnet.com.36: UDP, length 20
0x0000: 4500 0030 091a 0000 8011 ad8f c0a8 01b9 E..0............
0x0010: c0a8 010a 0024 0024 001c b581 4321 3039 .....$.$....C!09
0x0020: c0a8 01b9 ffff ff00 0001 3cd0 5449 0001 ..........<.TI..
My program is:
int main(int argc, char *argv[])
{
int error;
int total = 0;
int socket_handle;
enum
{
NMP_PORT = 36,
NMP_...