DragonFly BSD
DragonFly kernel List (threaded) for 2005-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: net.inet.tcp.inflight_enable


From: Noritoshi Demizu <demizu@xxxxxxxxxxxxxx>
Date: Mon, 11 Jul 2005 19:46:27 +0900 (JST)

>     Try increasing net.inet.tcp.inflight_stab from 20 to 40 and
>     see if that fixes ethe congestion window expansion problem.  I'm
>     not sure why the congestion window isn't expanding.

I tried it and put the results at the following page.

  http://www.demizu.org/~noritosi/memo/2005/0711/

I compared the throughput of BDP Limiting with the throughput of
congestion avoidance in my environment.  In my environment, I saw
that, if inflight_stab is lower than 50, the throughput of BDP
Limiting is lower than that of congestion avoidance, because
congestion window with BDP Limiting grows slower than that in
congestion avoidance.

As you know, in the congestion avoidance phase, congestion window is
increased one MSS per RTT.  With BDP Limiting, congestion window is
increased one MSS per several RTTs in my environment.

Regards,
Noritoshi Demizu



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]