Update now after mud_send_msg()

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2019-12-31 15:09:04 +00:00
parent d5322e187d
commit ef41aa28ce

1
mud.c
View File

@@ -1448,6 +1448,7 @@ mud_update(struct mud *mud)
path->msg.sent++; path->msg.sent++;
path->msg.time = now; path->msg.time = now;
mud_send_msg(mud, path, now, 0, 0, 0, path->mtu.probe); mud_send_msg(mud, path, now, 0, 0, 0, path->mtu.probe);
now = mud_now(mud);
} }
} }