connection descriptor structure More...
#include <socket.h>
Data Fields | |
cp_socket * | sock |
socket the connection was made on | |
struct sockaddr_in * | addr |
client address | |
void * | owner |
placeholder for client identifier | |
struct timeval | created |
creation time | |
unsigned long | bytes_read |
bytes read | |
unsigned long | bytes_sent |
bytes written |
connection descriptor structure