]> git.meshlink.io Git - utcp/commit
Fix RTT measurement.
authorGuus Sliepen <guus@meshlink.io>
Sun, 5 Apr 2020 23:41:14 +0000 (01:41 +0200)
committerGuus Sliepen <guus@meshlink.io>
Sun, 5 Apr 2020 23:41:14 +0000 (01:41 +0200)
commit9470c449236afef22210803b359fe44d74e32636
tree43918650c8a8e26a990b1a5e18df49a3b4da1c18
parenta7d31e61566f0d2e6cb0821fcdaf74ccfc1f8f64
Fix RTT measurement.

Commit 723d8c8b2d96834135f00c0ac4147282e1f0cc2c introduced a bug where we
fail to subtract two timespecs correctly, resulting in incorrect RTT values.
utcp.c