- 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_congestion.h
r2099 r2101 2 2 #define TCP_CONGESTION_H 3 3 4 #include <net/channels.h> 4 5 #include <types.h> 5 6 … … 10 11 void TcpCongestion(struct TcpSocket* tcpSock); 11 12 void TcpRetxTimeout(void* data); 13 void TcpUpdateRtt(struct TcpSocket* tcpSock, ChanRecvBuffer* buffer); 12 14 13 15 #endif
