tcp_config.h File Reference


Detailed Description

TCP configuration (license: GPLv2).

Author:
Roland Riegel


Defines

#define TCP_MAX_SOCKET_COUNT
 The maximum number of TCP sockets allocated in parallel.
#define TCP_MAX_CONNECTION_COUNT
 The maximum number of TCP sockets which may be associated with an active connection.
#define TCP_MSS
 The maximum segment size of outgoing TCP packets.
#define TCP_RECEIVE_BUFFER_SIZE
 The receive buffer size per connection.
#define TCP_TRANSMIT_BUFFER_SIZE
 The transmit buffer size per connection.
#define TCP_TIMEOUT_RTT
 The default round-trip-time estimation in seconds.
#define TCP_TIMEOUT_IDLE
 Timeout in seconds a connection must be idle before generating an event.
#define TCP_TIMEOUT_GENERIC
 Timeout in seconds used during connection initialization and shutdown.
#define TCP_TIMEOUT_TIME_WAIT
 Timeout after which the connection goes to the closed state.
#define TCP_MAX_RETRY
 Maximum retransmission count.


Generated on Thu May 22 18:12:37 2008 for mega-eth by  doxygen 1.5.5