tcp: Update comment to reflect we support window scaling
* No functional change
This commit is contained in:
parent
ace98a8db2
commit
7dffccc308
@ -47,10 +47,12 @@
|
|||||||
// - NewReno Modification to TCP's Fast Recovery, RFC 2582
|
// - NewReno Modification to TCP's Fast Recovery, RFC 2582
|
||||||
// - Explicit Congestion Notification (ECN), RFC 3168
|
// - Explicit Congestion Notification (ECN), RFC 3168
|
||||||
// - SYN-Cache
|
// - SYN-Cache
|
||||||
// - TCP Extensions for High Performance, RFC 1323
|
|
||||||
// - SACK, Selective Acknowledgment - RFC 2018, RFC 2883, RFC 3517
|
// - SACK, Selective Acknowledgment - RFC 2018, RFC 2883, RFC 3517
|
||||||
// - Forward RTO-Recovery, RFC 4138
|
// - Forward RTO-Recovery, RFC 4138
|
||||||
// - Time-Wait hash instead of keeping sockets alive
|
// - Time-Wait hash instead of keeping sockets alive
|
||||||
|
//
|
||||||
|
// Things incomplete in this implementation:
|
||||||
|
// - TCP Extensions for High Performance, RFC 1323 - RTTM, PAWS
|
||||||
|
|
||||||
#define PrintAddress(address) \
|
#define PrintAddress(address) \
|
||||||
AddressString(Domain(), address, true).Data()
|
AddressString(Domain(), address, true).Data()
|
||||||
|
Loading…
Reference in New Issue
Block a user