Force update when creating a new path

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2018-04-25 20:58:18 +00:00
parent d896f9ff3c
commit 04fc9b2894

3
mud.c
View File

@@ -608,6 +608,9 @@ mud_get_path(struct mud *mud, struct sockaddr_storage *local_addr,
path->mtu.probe = mud->mtu;
path->ratevar = 10000000;
mud_update_mtu(mud);
mud_update_map(mud);
return path;
}