Struct ConnectedSocket

Wrapper for connection oriented sockets.

struct ConnectedSocket ;

Methods

NameDescription
accept draws a new client connection from a listening socket
connect Create a stream socket and connect, as client, to the address supplied
listen Create a stream socket and bind, as a listening server, to the address supplied
setNagle Enables or disables Nagle on a TCP socket