Hi All, I have implemented TCP protocol (RFC 793). For testing it I am using Windows Sockets. From my TCP I am sending SYN packet(Connect). I can capture the syn packet in wireshark.. It seems that the server written using Win Socket does not receives any message. Does anyone knows why this is happening?? Wireshark displays checksum error. Even i could not fix this checksum error also. Thanks in advance for any help asked 02 Aug '12, 03:34 prithvi |
One Answer:
If the SYN packet is sent to the right IP address (I assume everything is O.K. with the SYN packet), and your server does not "see/process" it, these are possible reasons:
Regards answered 02 Aug '12, 06:26 Kurt Knochner ♦ |