]> git.meshlink.io Git - utcp/commit - utcp.c
Measure RTT and calculate RTO.
authorGuus Sliepen <guus@meshlink.io>
Sun, 18 Oct 2015 18:24:50 +0000 (20:24 +0200)
committerGuus Sliepen <guus@sliepen.org>
Sun, 2 Jul 2017 10:03:59 +0000 (12:03 +0200)
commite7e607d6d1b4e53f6f2a6094c02240e4fd8f59d4
treebed0df5502b38a9b1e7170408f25623e18ee3dd6
parent1c136554d0e3c3fb89106c349e7613869d63ca2c
Measure RTT and calculate RTO.

Opportunistically measure RTT using only a single timer, without requiring
timestamps to be added to packets. Use the method described in RFC 6298 to
smoothly update the value of RTO.
utcp.c
utcp_priv.h