Merged src/net.c wigth guus/1.1

This commit is contained in:
thorkill 2016-05-19 23:27:44 +02:00
commit 19177f823c

View file

@ -161,7 +161,7 @@ static void timeout_handler(void *data) {
by default by default
*/ */
if (sleep_time > 2 * udp_discovery_timeout) { 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. Do not send any packets to tinc after we wake up.
The other node probably closed our connection but we still The other node probably closed our connection but we still