pseudotcp: Implement NewReno timestamp heuristic
authorOlivier Crête <olivier.crete@collabora.com>
Thu, 14 Apr 2016 07:50:09 +0000 (09:50 +0200)
committerOlivier Crête <olivier.crete@collabora.com>
Fri, 3 Jun 2016 22:35:39 +0000 (18:35 -0400)
commitadba0d4a51f4e0deac888ab08f7976cef70a8e99
treeb59eb9e488a3c4f1eae23d9a1692a484ce4e16d6
parent1f532aeb6bf5b5b3042c445e677988f3327b1cb5
pseudotcp: Implement NewReno timestamp heuristic

This allows the sender to enter fast retransmit after a timeout because
it can now detect that three duplicate acks are caused by a packet loss.

As specific in RFC 6582 section 4.2.
agent/pseudotcp.c