- Timestamp:
- 06/16/10 15:11:16 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/netchannel/user/sdk/network/tcp/tcp_timer.h
r2100 r2101 5 5 #define TCP_MSL 2*60 /* minutes */ 6 6 #define TCP_RTO_DEFAULT 3*1000 7 #define TCP_RTT_DEFAULT 1*1000 7 8 8 9 int TcpTimerInit(struct TcpSocket* tcpSock);
