Use fixed rate by default

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2020-01-07 12:44:29 +00:00
parent 70e80f76e0
commit c0d2118a77

1
mud.c
View File

@@ -643,6 +643,7 @@ mud_get_path(struct mud *mud, struct sockaddr_storage *local_addr,
path->state = MUD_UP;
path->conf.msg_timeout = MUD_MSG_TIMEOUT;
path->conf.fixed_rate = 1;
return path;
}