1. 27 9月, 2011 1 次提交
    • E
      tcp: ECN blackhole should not force quickack mode · 7a269ffa
      Eric Dumazet 提交于
      While playing with a new ADSL box at home, I discovered that ECN
      blackhole can trigger suboptimal quickack mode on linux : We send one
      ACK for each incoming data frame, without any delay and eventual
      piggyback.
      
      This is because TCP_ECN_check_ce() considers that if no ECT is seen on a
      segment, this is because this segment was a retransmit.
      
      Refine this heuristic and apply it only if we seen ECT in a previous
      segment, to detect ECN blackhole at IP level.
      Signed-off-by: NEric Dumazet <eric.dumazet@gmail.com>
      CC: Jamal Hadi Salim <jhs@mojatatu.com>
      CC: Jerry Chu <hkchu@google.com>
      CC: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
      CC: Jim Gettys <jg@freedesktop.org>
      CC: Dave Taht <dave.taht@gmail.com>
      Acked-by: NIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      7a269ffa
  2. 22 9月, 2011 2 次提交
  3. 21 9月, 2011 2 次提交
  4. 19 9月, 2011 1 次提交
  5. 18 9月, 2011 11 次提交
  6. 17 9月, 2011 14 次提交
  7. 16 9月, 2011 9 次提交