NetworkComms.Net
NetworkComms.Net copied to clipboard
NetworkComms.Net is a high performance cross-platform network library written in C#.
Ordered reliable packets - lost packets are resent and early packets are withheld
UDP packet fragmentation support - large packets are sent using many packets
Ability to configure a simple port forward on suitable network routers.
http://www.networkcomms.net/forums/topic/peer-discovery-issue-on-mac-os/
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...
Observed performance issues with the default async stream writer in some environments. http://www.networkcomms.net/forums/topic/throughput-and-performance/