Data Fields | |
int | globals_read_only |
TCP global data are going to be read only. | |
uint8_t * | key |
Port map key. | |
size_t | key_length |
Port map key length. | |
socket_cores_t * | local_sockets |
Local sockets. | |
int | port |
Socket port. | |
int | sequence_number |
Sent packet sequence number. | |
int | socket_id |
Socket identifier. | |
tcp_socket_state_t | state |
Socket state. | |
suseconds_t | timeout |
Timeout in microseconds. |
Used as a timeouting fibril argument.
Definition at line 131 of file tcp.c.