lkml.org 
[lkml]   [2010]   [Jul]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: Raise initial congestion window size / speedup slow start?

    >> Does someone have some pointers on where to look to modify initial
    >> congestion window please?
    >>
    > Are you sure that's the issue? The backlog is in incoming, is it not?

    Well, I was simplifying a little bit, actually I have a bunch of
    protocols in use, http is one of them


    > Having dealt with moderately long delays push TB between timezones,
    > have you set your window size up? Set
    > /proc/sys/net/ipv4/tcp_adv_win_scale to 5 or 6 and see if that helps.
    > You may have to go into /proc/sys/net/core and crank up the rmem_*
    > settings, depending on your distribution.
    >
    > This allows the server to push a lot of data without an ack, which is
    > what you want, the ack will be delayed by the long latency, so this helps.

    I think I'm misunderstanding something fundamental here:

    - Surely the limited congestion window is what throttles me at
    connection initialisation time and this will not be affected by changing
    the params you mention above? For sure the sliding window will be
    relevant vs my bandwidth delay product once the tcp connection reaches
    steady state, but I'm mostly worried here about performance right at the
    creation of the connection?

    - Both you and Alan mention that the bulk of the traffic is "incoming" -
    this implies you think it's relevant? Obviously I'm missing something
    fundamental here because my understanding is that the congestion window
    shuts us down in both directions (at the start of the connection?)

    Thanks for the replies - I will take it over to netdev

    Ed W


    \
     
     \ /
      Last update: 2010-07-14 20:35    [W:4.630 / U:0.104 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site