#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>
Typedefs | |
| typedef void | raw_type |
Functions | |
| static void | fillAddr (const string &address, unsigned short port, sockaddr_in &addr) |
|
|
|
|
||||||||||||||||
|
|
1.4.5-20051010