| 
    ONPOSIX
    2.0
    
   | 
 
#include <fcntl.h>#include <stdlib.h>#include <sys/types.h>#include <sys/stat.h>#include <sys/un.h>#include <sys/socket.h>#include <netinet/in.h>#include <netinet/ip.h>#include <string>

Go to the source code of this file.
Classes | |
| class | StreamSocketServer | 
| Socket server for connection-oriented communications.  More... | |
Namespaces | |
| namespace | onposix | 
Macros | |
| #define | STREAM_MAX_PENDING_CONNECTIONS 100 | 
| Default maximum number of pending connections.   | |
| #define STREAM_MAX_PENDING_CONNECTIONS 100 | 
Default maximum number of pending connections.
Definition at line 38 of file StreamSocketServer.hpp.