#include <nmstl/internal.h>
#include <nmstl/net>
#include <nmstl/ioevent>
#include <nmstl/thread>
#include <nmstl/serial>
#include <iostream>
#include <netinet/in.h>
#include <sys/socket.h>
#include <fcntl.h>
#include <cerrno>
Compounds | |
class | imessage |
struct | length_header |
A struct containing only an integer which may be used as a header for the msg_handler class. More... | |
class | msg_handler |
A handler which reads and writes messages, each with a fixed-size message described by the struct Header. More... | |
class | net_handler |
A handler which buffers incoming and outgoing data. More... | |
class | omessage |
class | tcp_acceptor |
A service which creates a server socket on a local port and waits for connections. More... | |
Variables | |
NMSTL_NAMESPACE_BEGIN | |
NMSTL_NAMESPACE_END |
|
|
|
|