Merged src/net.c wigth guus/1.1
This commit is contained in:
commit
19177f823c
1 changed files with 2 additions and 2 deletions
|
@ -161,7 +161,7 @@ static void timeout_handler(void *data) {
|
|||
by default
|
||||
*/
|
||||
if (sleep_time > 2 * udp_discovery_timeout) {
|
||||
logger(DEBUG_ALWAYS, LOG_ERR, "Awaiking from dead after %ld seconds of sleep", sleep_time);
|
||||
logger(DEBUG_ALWAYS, LOG_ERR, "Awaking from dead after %ld seconds of sleep", sleep_time);
|
||||
/*
|
||||
Do not send any packets to tinc after we wake up.
|
||||
The other node probably closed our connection but we still
|
||||
|
|
Loading…
Add table
Reference in a new issue