#include <tcpc.h>
Public Attributes | |
Public | |
| FDBuf * | buf |
| void * | udata |
Read-only | |
| int | fd |
| in_addr_t | host |
| in_port_t | port |
| unsigned char | outgoing: 1 |
| unsigned long | in |
| unsigned long | out |
Private | |
| Array * | wqueue |
| input_id | wqueue_id |
| float | adjust |
|
|
Ratio to adjust the send/recv buffer |
|
|
Read buffer |
|
|
The file discriptor of this connection |
|
|
Peer host address |
|
|
Number of bytes received |
|
|
Number of bytes sent |
|
|
Simple convenience so you know which direction this connection was initiated |
|
|
Peer connection port |
|
|
Any arbitrary data that you want passed along |
|
|
Write queue for tcp_write |
|
|
Automagically write when avail |
1.3.7