Ping for new path

This commit is contained in:
Adrien Gallouët
2016-12-02 10:57:34 +00:00
parent 8782e48c99
commit e1fd7f8b0d

3
mud.c
View File

@@ -1083,6 +1083,9 @@ int mud_send_ctrl (struct mud *mud)
path->bak.send_time = now; path->bak.send_time = now;
continue; continue;
} }
if (!path->send_time)
mud_ctrl_path(mud, mud_ping, path, now);
} }
} }
} }