TCP / UDP question
Posted: Wed Jul 29, 2009 8:18 pm
Hello to all network profis 
In the TCP and the UDP protocol there is already a checksum used.
Is PB checking these checksums? I assume: YES!
I do not have (and do not need) access to these checksum!
The reason for the question is:
If I receive data (with ReceiveNetworkData) can I assume that the data is OK (i.e. checksum of TCP respectively of UDP is OK)?
I recognized that some people still put checksums in the data, which is sent/received with the PB commands Send/ReceiveNetworkData. Is this necessary?
One reason for working with these "additional" checksums could be to check my own code and if my code merges the received data properly if it is received in more than one block.
Thank you for all your insights!
cu, guido
In the TCP and the UDP protocol there is already a checksum used.
Is PB checking these checksums? I assume: YES!
I do not have (and do not need) access to these checksum!
The reason for the question is:
If I receive data (with ReceiveNetworkData) can I assume that the data is OK (i.e. checksum of TCP respectively of UDP is OK)?
I recognized that some people still put checksums in the data, which is sent/received with the PB commands Send/ReceiveNetworkData. Is this necessary?
One reason for working with these "additional" checksums could be to check my own code and if my code merges the received data properly if it is received in more than one block.
Thank you for all your insights!
cu, guido