/[lwip]/lwip/src/include/lwip/tcp.h
ViewVC logotype

Diff of /lwip/src/include/lwip/tcp.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by likewise, Sat Oct 19 13:00:13 2002 UTC revision 1.2 by cborrelli, Tue Nov 5 18:36:32 2002 UTC
# Line 129  void             tcp_rexmit  (struct tcp Line 129  void             tcp_rexmit  (struct tcp
129  /* Length of the TCP header, excluding options. */  /* Length of the TCP header, excluding options. */
130  #define TCP_HLEN 20  #define TCP_HLEN 20
131    
132    #ifndef TCP_TMR_INTERVAL
133  #define TCP_TMR_INTERVAL       100  /* The TCP timer interval in  #define TCP_TMR_INTERVAL       100  /* The TCP timer interval in
134                                         milliseconds. */                                         milliseconds. */
135    #endif /* TCP_TMR_INTERVAL */
136    
137    #ifndef TCP_FAST_INTERVAL
138  #define TCP_FAST_INTERVAL      200  /* the fine grained timeout in  #define TCP_FAST_INTERVAL      200  /* the fine grained timeout in
139                                         milliseconds */                                         milliseconds */
140    #endif /* TCP_FAST_INTERVAL */
141    
142    #ifndef TCP_SLOW_INTERVAL
143  #define TCP_SLOW_INTERVAL      500  /* the coarse grained timeout in  #define TCP_SLOW_INTERVAL      500  /* the coarse grained timeout in
144                                         milliseconds */                                         milliseconds */
145    #endif /* TCP_SLOW_INTERVAL */
146    
147  #define TCP_FIN_WAIT_TIMEOUT 20000 /* milliseconds */  #define TCP_FIN_WAIT_TIMEOUT 20000 /* milliseconds */
148  #define TCP_SYN_RCVD_TIMEOUT 20000 /* milliseconds */  #define TCP_SYN_RCVD_TIMEOUT 20000 /* milliseconds */
149    

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26