Results 1 to 3 of 3
Does anybody knows how is the second number (87380) is generated ?
net.ipv4.tcp_rmem = 4096 87380 174760
It is not a multiple of 1024, but divisble by 4. It is ...
- 02-04-2011 #1Just Joined!
- Join Date
- Feb 2011
- Posts
- 2
net.ipv4.tcp_rmem
Does anybody knows how is the second number (87380) is generated ?
net.ipv4.tcp_rmem = 4096 87380 174760
It is not a multiple of 1024, but divisble by 4. It is not divisble by the MSS. Also why is the
net.ipv4.tcp_rmem = 4096 16384 131072
Different. These number are derived from 1024 (4k, 16k and 128k)
- 02-04-2011 #2
a
Take a lot at: wwwx.cs.unc.edu/~sparkst/howto/network_tuning.php
- 02-04-2011 #3Just Joined!
- Join Date
- Feb 2011
- Posts
- 2


Reply With Quote
