MarcFletcher / NetworkComms.Net

NetworkComms.Net is a high performance cross-platform network library written in C#.
http://networkcomms.net
Apache License 2.0
542 stars 242 forks source link

Connection level Checksum Configuration #3

Open MarcFletcher opened 8 years ago

MarcFletcher commented 8 years ago

Currently if you want to enable checksum it can only be done at the global level: NetworkComms.EnablePacketCheckSumValidation

We should move this into the SendRecieveOptions so that it can be done on a per send/receive basis: SendReceiveOptions.EnablePacketCheckSumValidation