Re: Raise initial congestion window size / speedup slow start?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Alan Cox
Date: Wednesday, July 14, 2010 - 4:58 am

>  From what I can see the linux initial congestion window is signficantly 

For http it's the window the server end that will matter as most data
goes server->client. http also has HTTP/1.1 so that in the normal case
you don't get lots of small connections.

An http request is normally sub MTU size (unless it's got auth and lots
of cookie crap) so your congestion window should be irrelevant. It's the
cwnd the other end that will matter.

Have you considered running a web proxy the other end of the link. That
would keep the DNS lookup work on the fast rtt side, and mean if your web
browser is being sane you are maintaining one connection for most of your
work. It also means you can run advert and junk filters the better end.

If you want to explore it further you want: netdev@vger.kernel.org really.

Alan
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: Raise initial congestion window size / speedup slow start?, Alan Cox, (Wed Jul 14, 4:58 am)
Re: Raise initial congestion window size / speedup slow start?, Stephen Hemminger, (Wed Jul 14, 12:10 pm)
Re: Raise initial congestion window size / speedup slow start?, Hagen Paul Pfeifer, (Wed Jul 14, 3:13 pm)
Re: Raise initial congestion window size / speedup slow start?, Hagen Paul Pfeifer, (Wed Jul 14, 3:36 pm)
Re: Raise initial congestion window size / speedup slow start?, Hagen Paul Pfeifer, (Wed Jul 14, 3:40 pm)
Re: Raise initial congestion window size / speedup slow start?, Hagen Paul Pfeifer, (Wed Jul 14, 4:01 pm)
Re: Raise initial congestion window size / speedup slow start?, Stephen Hemminger, (Thu Jul 15, 1:48 pm)
Re: Raise initial congestion window size / speedup slow start?, Henrique de Moraes H ..., (Thu Jul 15, 7:58 pm)
Re: Raise initial congestion window size / speedup slow s ..., Hagen Paul Pfeifer, (Fri Jul 16, 2:03 am)
Re: Raise initial congestion window size / speedup slow start?, Hagen Paul Pfeifer, (Mon Jul 19, 4:42 pm)