Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2020-01-07 10:24:58 +00:00
parent 2330e6470e
commit e4092ebebd

1
mud.c
View File

@@ -1287,7 +1287,6 @@ mud_recv_msg(struct mud *mud, struct mud_path *path,
path->rx.loss = (uint64_t)msg->loss;
path->msg.sent = 0;
if (mud->peer.set) {
mud_update_mtu(path, size);
if (path->mtu.last && path->mtu.last == MUD_LOAD_MSG(msg->mtu))