Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals   Related Pages  

tcp_state_t Struct Reference
[TCP (Transmition Control Protocol) layer]

A TCP connection states machine structure. More...

#include <tcp.h>


Data Fields

int state
socket_t socket
 The socket used in the connection.

int seq_num
 The current sequence number.


Detailed Description

A TCP connection states machine structure.

Definition at line 42 of file tcp.h.


Field Documentation

int tcp_state_t::seq_num
 

The current sequence number.

Definition at line 49 of file tcp.h.

socket_t tcp_state_t::socket
 

The socket used in the connection.

Definition at line 47 of file tcp.h.

int tcp_state_t::state
 

Definition at line 45 of file tcp.h.


The documentation for this struct was generated from the following file:
Generated on Fri Feb 20 15:32:21 2004 for Minirighi by doxygen1.2.18