#include <iostream>
#include "tConsole.h"
#include "tException.h"
#include <vector>
#include <sys/socket.h>
#include <netinet/in.h>
Go to the source code of this file.
Classes | |
union | nAddressBase |
union of supported internet addresses More... | |
class | nAddress |
internet address More... | |
class | nSocket |
wrapper for low level sockets. More... | |
class | nSocket::PermanentError |
exception thrown on probably unrecoverable error More... | |
class | nSocketListener |
collection of listening server sockets More... | |
class | nBasicNetworkSystem |
basic network system: manages sockets More... | |
Typedefs | |
typedef char | int8 |