1
0
Files
linux/Documentation
Gerrit Renker bfbb23466a dccp: make upper bound for seq_window consistent on 32/64 bit
The 'seq_window' sysctl sets the initial value for the DCCP Sequence Window,
which may range from 32..2^46-1 (RFC 4340, 7.5.2). The patch sets the upper
bound consistently to 2^32-1 on both 32 and 64 bit systems, which should be
sufficient - with a RTT of 1sec and 1-byte packets, a seq_window of 2^32-1
corresponds to a link speed of 34 Gbps.

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
2011-01-07 12:22:44 +01:00
..
2010-08-30 15:25:18 +02:00
2010-07-11 22:17:45 +02:00
2010-10-26 16:52:08 -07:00
2010-04-08 11:34:34 +02:00
2010-10-28 00:32:23 +02:00
2010-07-19 10:56:54 +02:00
2010-08-02 15:35:10 +10:00