* [LARTC] disable TCP slowstart ?
@ 2007-08-11 10:02 Paul Zirnik
2007-08-11 13:58 ` lartc
0 siblings, 1 reply; 2+ messages in thread
From: Paul Zirnik @ 2007-08-11 10:02 UTC (permalink / raw)
To: lartc
Im trying to improve my internal apache proxy. It has to deliver a lot of
little/medium sized files. But every transfer starts with the usual small
window size. While this is good for internet connections it is not as good
for only internal connections where the environment is sane.
I have tryed to tune initial window size via
/proc/sys/net/ipv4/tcp_congestion_control
tryed already bic,highspeed and vegas. Some will increase the window size
faster, but all start with same low window size. So i'm asking if there is
a other way to eighter disable TCP slowstart completely or at least increase
the inital window size.
Thanks for any help,hint in the right direction.
I know, this will only improve miliseconds per transfer, but it's worth a try.
regards,
Paul
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [LARTC] disable TCP slowstart ?
2007-08-11 10:02 [LARTC] disable TCP slowstart ? Paul Zirnik
@ 2007-08-11 13:58 ` lartc
0 siblings, 0 replies; 2+ messages in thread
From: lartc @ 2007-08-11 13:58 UTC (permalink / raw)
To: lartc
hi paul
On Sat, 2007-08-11 at 12:02 +0200, Paul Zirnik wrote:
> Im trying to improve my internal apache proxy. It has to deliver a lot of
<snip>
> I know, this will only improve miliseconds per transfer, but it's worth a try.
yes -- in a low latency lan, this probably won't be enough.
- tune apache to your needs
- and depending on your kernel, you can always try adding this to your
/etc/sysctl.conf
net.core.rmem_default\x1048576
net.core.rmem_max\x1048576
net.core.wmem_default\x1048576
net.core.wmem_max\x1048576
and then
sysctl -p
give it a try -- worked well for me ...
cheers
charles
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-08-11 13:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-11 10:02 [LARTC] disable TCP slowstart ? Paul Zirnik
2007-08-11 13:58 ` lartc
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.