]> git.meshlink.io Git - meshlink/commit
Remove unused replay window and RTT/bandwidth estimation code.
authorGuus Sliepen <guus@meshlink.io>
Thu, 15 Oct 2015 11:26:31 +0000 (13:26 +0200)
committerGuus Sliepen <guus@meshlink.io>
Sun, 25 Jun 2017 08:20:49 +0000 (10:20 +0200)
commit5d9f6c8f2b855cd03a491988c1d4487ffbbc9dd4
tree4125beeb779b97c1b134c22a3c97eeeaf7f829be
parentff72e68fcde755cddd425599c83dc052aeff6efb
Remove unused replay window and RTT/bandwidth estimation code.

The replay window handling is done by SPTPS. The replaywin member of node_t
was not used at all. Somehwat related, there was RTT and bandwidth
estimation code that didn't work anymore and is not used anyway.
src/net.h
src/net_packet.c
src/node.c
src/node.h