Re: W/RTT verification, linux tcp buffers behaviour

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Constantinos Makassikis wrote:
As it can be seen, we hardly reach 70 % of the value predicted by the formula
and apparently it seems that it is due to the fact that MAX SND
remains relatively
low compared to SNDBUF.

This is due to the fact that (differently than BSD) Linux treats socket buffer sizes as limits on the amount of kernel memory that socket buffers can consume, rather than the number of in-band TCP data they can hold. There's a certain amount of overhead involved in storing the buffered data, so you'll see a correspondingly smaller window size, if the TCP window is limited by the socket buffer size.

  -John
-
: send the line "unsubscribe linux-net" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux 802.1Q VLAN]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Git]     [Bugtraq]     [Yosemite News and Information]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux PCI]     [Linux Admin]     [Samba]

  Powered by Linux