Update mud

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2020-01-03 15:39:10 +00:00
parent 020b115171
commit 0ccb3de68d
3 changed files with 5 additions and 5 deletions

View File

@@ -67,10 +67,10 @@ gt_path_print_status(struct mud_path *path, int term)
(double)path->rtt.val / 1e3,
(double)path->rtt.var / 1e3,
path->tx.rate,
path->tx.loss,
path->tx.loss * 100 / 255,
path->tx.total,
path->rx.rate,
path->rx.loss,
path->rx.loss * 100 / 255,
path->rx.total);
}