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:
parent
0ed0cc6f9c
commit
58f4b845b9
4 changed files with 68 additions and 24 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue