Reply
Thread Tools
Posts: 5 | Thanked: 2 times | Joined on Aug 2009
#1
How can I tune tcp buffer size i.e., changing the system wide default and maximum receiver window size. Note that I am referring to system wide settings and the individual settings which could be tuned with setsockopt.

thanks,
fahad
 

The Following User Says Thank You to fahad For This Useful Post:
Posts: 2,802 | Thanked: 4,490 times | Joined on Nov 2007
#2
See http://www.kernel.org/doc/Documentat.../ip-sysctl.txt. Usage is:

Code:
echo value > /proc/sys/net/ipv4/variable
or

Code:
sysctl -w net.ipv4.variable=value
 

The Following 2 Users Say Thank You to lma For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 10:18.