Home › Forums › Support › Checksum validation › Reply To: Checksum validation
March 13, 2014 at 21:55
#2299
Anonymous
Inactive
We don’t have an example yet, we will consider adding one once we are finished with the new release. Hopefully early next week.
To turn on checksum validation (using an MD5 checksum):
NetworkComms.EnablePacketCheckSumValidation = true;
If a packet is received that fails validation:
1. If it’s payload size is less than NetworkComms.CheckSumMismatchSentPacketCacheMaxByteLimit, the packet is re-requested.
2. If the payload is larger an error file (CompleteIncomingItemTaskError) is created on the server side.
Hope that answers the question,
Regards,
Marc