]> git.meshlink.io Git - utcp/commit - utcp.c
Recover from dropped packets after receiving a triplicate ACK.
authorGuus Sliepen <guus@meshlink.io>
Fri, 5 Dec 2014 21:12:35 +0000 (22:12 +0100)
committerGuus Sliepen <guus@meshlink.io>
Fri, 5 Dec 2014 21:12:35 +0000 (22:12 +0100)
commit0325c97f314cbab10cf9fce374598502e43341e6
treedf8f5479d0e49dfdbaf59268cb1566fb0824b0d2
parent2ae2f9bbb7502589f279c329815d55ec526baffd
Recover from dropped packets after receiving a triplicate ACK.

When this happens, reset the nxt pointer so we start retransmitting from the last acknowledged
packet, at the same speed as ACKs are coming in.
utcp.c