Remove bandwidth estimation code.
authorEtienne Dechamps <etienne@edechamps.fr>
Tue, 30 Dec 2014 10:47:56 +0000 (10:47 +0000)
committerEtienne Dechamps <etienne@edechamps.fr>
Fri, 2 Jan 2015 09:55:09 +0000 (09:55 +0000)
commitc22560ae3283a8f5f12eee8ee4dcaa5e65ee8cf9
treef87b5873c4ada6796966f3e17ed026f9a548642b
parent1b972f22733dc979568bc0ad8ebe0c711887e447
Remove bandwidth estimation code.

tinc bandwidth estimation has always been quite unreliable (at least in
my experience), but there's no chance of it working anymore since the
last changes to MTU discovery code, because packets are not sent in
batches of three anymore.

This commit removes the dead code - fortunately, nothing depends on this
estimation (it's not even shown in node info). We probably need be
smarter about this if we do want this estimation back.
src/net_packet.c
src/node.h