#include "PracticalSocket.h"
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
#include <arpa/inet.h>
#include <unistd.h>
#include <netinet/in.h>
#include <errno.h>
Include dependency graph for PracticalSocket.cpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Typedefs | |
typedef void | raw_type |
Functions | |
static void | fillAddr (const string &address, unsigned short port, sockaddr_in &addr) |