Board index » cppbuilder » TCP/IP CRC Checking Question....
Paul at NCF
![]() CBuilder Developer |
TCP/IP CRC Checking Question....2006-10-13 12:52:46 AM cppbuilder114 Hi, Here's a question for those of you in the know. Does the TCP/IP checksum field protect against corruption of the data portion, or does it only protect the TCP/IP header? And is the answer to this different if you use Win32, Linux, etc? The reason for the question is that we have been testing robustness of our systems using a network emulator, and we are able to get corrupt data being delivered to the application. Some material on the web implies that the data portion is protected, other sites (including microsoft) imply the header is only included in the checksum (and that the UDP checksum is optional?). Regards Paul |