#include <NMSTL/io>
#include <NMSTL/debug>
#include <NMSTL/serial>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <sys/un.h>
#include <netdb.h>
#include <sys/socket.h>
Compounds | |
| class | Address |
| A network Address (e.g., an IPv4 or IPv6 Address and port, or a UNIX-domain Socket path). More... | |
| class | InetAddress |
| An IP Address and port. More... | |
| class | Socket |
| A network Socket descriptor. More... | |
| class | TCPSocket |
| A TCP Socket descriptor. More... | |
Functions | |
| NMSTL_TO_STRING_INTL (Address) | |
| NMSTL_TO_STRING_INTL (InetAddress) | |
Variables | |
| NMSTL_NAMESPACE_BEGIN | |
| NMSTL_NAMESPACE_END | |
|
|
|
|
|
|
|
|
|
|
|
|