Keep track of the largest UDP packet size received from a node.

This commit is contained in:
Guus Sliepen 2015-01-11 16:10:58 +01:00
parent d639415937
commit f0afde0467
4 changed files with 9 additions and 0 deletions

View file

@ -238,6 +238,7 @@ static void check_reachability(void) {
n->status.udp_confirmed = false;
n->maxmtu = MTU;
n->maxrecentlen = 0;
n->minmtu = 0;
n->mtuprobes = 0;