Get loss_rx from peer

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2019-10-07 14:01:27 +00:00
parent 9a378aea99
commit ee4b484a38
2 changed files with 7 additions and 2 deletions

3
mud.h
View File

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