Try all known addresses of node during the PMTU discovery phase.

This helps in situations where some nodes have IPv6 and others have not.
This commit is contained in:
Guus Sliepen 2012-10-10 14:46:22 +02:00
parent 0ed0cc6f9c
commit 58f4b845b9
4 changed files with 68 additions and 24 deletions

View file

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