libsocket
Namespaces
inetserverstream.cpp File Reference

INET server class. More...

Go to the source code of this file.

Namespaces

 libsocket
 Contains libsocket elements.
 

Detailed Description

INET server class.

    inet_stream_server provides the TCP server part of libsocket.
 It's main function is accept() which returns a pointer to
 a dynamically allocated inet_stream (client socket) class which
 provides the connection to the client. You may setup the socket
 either with the second constructor or with setup()

Definition in file inetserverstream.cpp.