Add a specific timer for mtu probing

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2018-03-14 18:47:43 +00:00
parent ef319d2153
commit 2c5eb574f9
2 changed files with 21 additions and 15 deletions

1
mud.h
View File

@@ -39,6 +39,7 @@ struct mud_path {
struct {
size_t ok;
size_t probe;
uint64_t time;
} mtu;
};