This patch series addresses the issue that sometimes DCTCP fail to acknowledge the latest sequence and result in sender timeout if inflight is small.
Yuchung Cheng (2): tcp: fix dctcp delayed ACK schedule tcp: remove DELAYED ACK events in DCTCP include/net/tcp.h | 2 -- net/ipv4/tcp_dctcp.c | 31 ++++--------------------------- net/ipv4/tcp_output.c | 4 ---- 3 files changed, 4 insertions(+), 33 deletions(-) -- 2.18.0.203.gfac676dfb9-goog