Immediately send our key when a meta-connection is established.
This is what 1.0 does, and speeds up the UDP probing.
This commit is contained in:
parent
eb7a0db18e
commit
e4077c00c6
1 changed files with 4 additions and 0 deletions
|
@ -275,6 +275,10 @@ static void check_reachability(void) {
|
|||
update_node_udp(n, NULL);
|
||||
memset(&n->status, 0, sizeof n->status);
|
||||
n->options = 0;
|
||||
} else if(n->connection) {
|
||||
// Speed up UDP probing by sending our key.
|
||||
if(!n->status.sptps)
|
||||
send_ans_key(n);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue