These classes handle UDP and multithreaded TCP networking. There are no custom protocols, and you have direct control over every byte that's sent over the network. The low level classes are useful if you need to communicate with programs that don't use DyConnect, or if you prefer to design the networking protocols yourself.
NetworkEngine handles multithreaded TCP networking.
Initialization
TCP Functions
PollingConnect creates new TCP connections without blocking.
PollingConnect Functions
UDPSock provides support for UDP networking.
UDP Functions
Examples Sample programs that show how to use these classes can be found in the /examples directory.