]> git.meshlink.io Git - utcp/commit
Use the calculated RTO value to set the retransmission timer.
authorGuus Sliepen <guus@meshlink.io>
Sun, 18 Oct 2015 18:28:58 +0000 (20:28 +0200)
committerGuus Sliepen <guus@sliepen.org>
Sun, 2 Jul 2017 10:04:01 +0000 (12:04 +0200)
commitde87ec33f4c97689d670ea58c48bb0a74d235042
tree9a1315ae92cf7deedbe56ccd7c6ac29a3531e1ec
parente7e607d6d1b4e53f6f2a6094c02240e4fd8f59d4
Use the calculated RTO value to set the retransmission timer.

This significantly cuts down the time it takes to transfer data when there
is packet loss, because retransmission kicks in much earlier.
utcp.c