X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnode.c;h=fb4b7eb4ca88293daf0affff0da340874c98bc90;hp=6623f46711cb0cbcdec279811f76c67687922f60;hb=0c7e0210d900185d4c1a9ffd969dc2a26d9523a9;hpb=98716a227ee39fdcdfafa7309adb73499311a2ce diff --git a/src/node.c b/src/node.c index 6623f467..fb4b7eb4 100644 --- a/src/node.c +++ b/src/node.c @@ -179,6 +179,7 @@ void update_node_udp(node_t *n, const sockaddr_t *sa) { /* invalidate UDP information - note that this is a security feature as well to make sure we can't be tricked into flooding any random address with UDP packets */ n->status.udp_confirmed = false; + n->maxrecentlen = 0; n->mtuprobes = 0; n->minmtu = 0; n->maxmtu = MTU;