#include <D:/git/git_canopus_1/softpack/samv7/toolkits/mdk_v71/ARM/examples/Atmel/SAMV71_Xplained_Ultra/libraries/libuip/source/uip_1.0/uip/uip.h>
Detailed Description
Representation of a uIP TCP connection.
The uip_conn structure is used for identifying a connection. All but one field in the structure are to be considered read-only by an application. The only exception is the appstate field whos purpose is to let the application store application-specific state (e.g., file pointers) for the connection. The type of this field is configured in the "uipopt.h" header file.
Definition at line 1152 of file uip.h.
Field Documentation
The application state.
Definition at line 1179 of file uip.h.
Initial maximum segment size for the connection.
Definition at line 1166 of file uip.h.
Length of the data that was previously sent.
Definition at line 1163 of file uip.h.
The local TCP port, in network byte order.
Definition at line 1155 of file uip.h.
Current maximum segment size for the connection.
Definition at line 1164 of file uip.h.
The number of retransmissions for the last segment sent.
Definition at line 1175 of file uip.h.
The sequence number that we expect to receive next.
Definition at line 1159 of file uip.h.
The IP address of the remote host.
Definition at line 1153 of file uip.h.
The local remote TCP port, in network byte order.
Definition at line 1156 of file uip.h.
Retransmission time-out.
Definition at line 1172 of file uip.h.
Retransmission time-out calculation state variable.
Definition at line 1168 of file uip.h.
The sequence number that was last sent by us.
Definition at line 1161 of file uip.h.
Retransmission time-out calculation state variable.
Definition at line 1170 of file uip.h.
TCP state and flags.
Definition at line 1173 of file uip.h.
The retransmission timer.
Definition at line 1174 of file uip.h.
The documentation for this struct was generated from the following file:
- libraries/libuip/source/uip_1.0/uip/uip.h