Tcp Tuning for boardband ?
Richard
cms0009 at gmail.com
Tue Nov 20 04:36:47 UTC 2007
On Monday 19 November 2007 5:31:02 pm Hal Burgiss wrote:
> On Mon, Nov 19, 2007 at 04:36:54PM -0500, Richard wrote:
> > is there a way to adjust the tcp stack for faster browsing the net, heard
> > there are some settings, for that... anyone have a link to a "How to"
> > page for gusty ? ( Have a 15 Meg connection )
> >
> > I know in Windows (oops) there was a boardband tuning .exe app, that made
> > a Major differences in download speeds...
>
> That's because Windows ha[sd] a very brain dead dial-up optimized
> networking stack. Linux has the real thing. Not needed (except in maybe
> very
> unusual circumstances).
>
> --
> Hal
Hal, your right about Windows... very brain dead..in the tcp stack...
however, been googling the net and found this for linux tcp tuning.
Add the following to /etc/sysctl.conf
# Tweaks for faster broadband...
net.core.rmem_default = 524288
net.core.rmem_max = 524288
net.core.wmem_default = 524288
net.core.wmem_max = 524288
net.ipv4.tcp_wmem = 4096 87380 524288
net.ipv4.tcp_rmem = 4096 87380 524288
net.ipv4.tcp_mem = 524288 524288 524288
net.ipv4.tcp_rfc1337 = 1
net.ipv4.ip_no_pmtu_disc = 0
net.ipv4.tcp_sack = 1
net.ipv4.tcp_fack = 1
net.ipv4.tcp_window_scaling = 1
net.ipv4.tcp_timestamps = 1
net.ipv4.tcp_ecn = 0
net.ipv4.route.flush = 1
------------
Now, I thought I would as,k the the network specialist
out there, if these setting would make any real diff.
Thanks -
Richard
More information about the ubuntu-users
mailing list