Use MTU probes to regularly ping other nodes over UDP.
[tinc] / src / meta.c
index 765baec..21400f2 100644 (file)
@@ -225,7 +225,5 @@ bool receive_meta(connection_t *c) {
                return false;
        }
 
-       c->last_ping_time = now;
-
        return true;
 }