TCP reply timeout data. More...
Data Fields | |
int | globals_read_only |
TCP global data are going to be read only. | |
int | port |
Socket port. | |
socket_cores_ref | local_sockets |
Local sockets. | |
int | socket_id |
Socket identifier. | |
tcp_socket_state_t | state |
Socket state. | |
int | sequence_number |
Sent packet sequence number. | |
suseconds_t | timeout |
Timeout in microseconds. | |
char * | key |
Port map key. | |
size_t | key_length |
Port map key length. |
TCP reply timeout data.
Used as a timeouting fibril argument.
TCP global data are going to be read only.
Referenced by tcp_prepare_timeout(), and tcp_timeout().
char* tcp_timeout::key |
Port map key.
Referenced by tcp_prepare_timeout(), tcp_release_after_timeout(), and tcp_timeout().
size_t tcp_timeout::key_length |
Port map key length.
Referenced by tcp_prepare_timeout(), tcp_release_after_timeout(), and tcp_timeout().
socket_cores_ref tcp_timeout::local_sockets |
Local sockets.
Referenced by tcp_prepare_timeout(), tcp_release_after_timeout(), and tcp_timeout().
Socket port.
Referenced by tcp_prepare_timeout(), tcp_release_after_timeout(), and tcp_timeout().
Sent packet sequence number.
Referenced by tcp_prepare_timeout(), and tcp_timeout().
Socket identifier.
Referenced by tcp_prepare_timeout(), tcp_release_after_timeout(), and tcp_timeout().
Socket state.
Referenced by tcp_prepare_timeout(), and tcp_timeout().
suseconds_t tcp_timeout::timeout |
Timeout in microseconds.
Referenced by tcp_prepare_timeout(), tcp_release_after_timeout(), and tcp_timeout().