NetworkComms EnablePacketCheckSumValidation Property NetworkComms.Net Help
When enabled uses an MD5 checksum to validate all received packets. Default is false, relying on any possible connection checksum alone. Also when enabled any packets sent less than CheckSumMismatchSentPacketCacheMaxByteLimit will be cached for a duration to ensure successful delivery. Default false.

Namespace: NetworkCommsDotNet
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public static bool EnablePacketCheckSumValidation { get; set; }

Property Value

Type: OnlineBoolean
See Also