C# (CSharp) MiniUDP Namespace

Nested Namespaces

MiniUDP.Util

Classes

Name Description
NetConfig
NetConsoleLogger
NetCore
NetDebug
NetEncoding
NetPeer
NetSender Threadsafe class for writing and sending data via a socket.
NetSocket Since raw sockets are thread safe, we use a global socket singleton between the two threads for the sake of convenience.
NetTraffic Module for traffic management and connection quality assessment.
NetTraffic.PingCounter A sliding history window of outgoing ping information and support for cross-referencing incoming pongs against that history.
NetTraffic.SequenceCounter Sliding bit array keeping a history of received sequence numbers.
NetUtil