View previous topic :: View next topic |
Author |
Message |
wswartzendruber Veteran
Joined: 23 Mar 2004 Posts: 1261 Location: Idaho, USA
|
Posted: Tue Mar 09, 2010 1:23 am Post subject: What Do These Sysctl Settings Do? |
|
|
VerizonWireless.com was as slow as molasses uphill in February until I applied the following settings:
Code: | net.ipv4.tcp_wmem = 4096 16384 131072
net.ipv4.tcp_rmem = 4096 87380 174760 |
What are the implications here? |
|
Back to top |
|
|
cach0rr0 Bodhisattva
Joined: 13 Nov 2008 Posts: 4123 Location: Houston, Republic of Texas
|
Posted: Tue Mar 09, 2010 4:02 am Post subject: |
|
|
socket send/receive buffers, so sayeth /usr/src/linux/Documentation/sysctl/net.txt
as to why that makes a difference I couldn't say, but I'll be damned if I can't grep like a hoss. _________________ Lost configuring your system?
dump lspci -n here | see Pappy's guide | Link Stash |
|
Back to top |
|
|
|