Compute loss for each path

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2019-10-05 09:46:14 +00:00
parent 4d14689ff1
commit 00f18733d8
2 changed files with 4 additions and 0 deletions

1
mud.h
View File

@@ -36,6 +36,7 @@ struct mud_path {
uint64_t window;
uint64_t window_time;
uint64_t window_size;
uint64_t loss;
struct {
size_t min;
size_t max;