E
Ezmeralda
Hello,
I need to receive UDP Datagrams which do have no UDP-checksum, i. e.
UDP-checksum = 0x0000. My operating system is Windows 2000.
I tried with a normal socket
socket(PF_INET, SOCK_DGRAM, 0)
but obviously, I do not receive any datagram because of checksum.
Is it possible to disable checksum verification for RX-SOCK_DGRAM-
Sockets?
How?
Can you suggest a workaround if not?
Thanks!
I need to receive UDP Datagrams which do have no UDP-checksum, i. e.
UDP-checksum = 0x0000. My operating system is Windows 2000.
I tried with a normal socket
socket(PF_INET, SOCK_DGRAM, 0)
but obviously, I do not receive any datagram because of checksum.
Is it possible to disable checksum verification for RX-SOCK_DGRAM-
Sockets?
How?
Can you suggest a workaround if not?
Thanks!