Update mud

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2019-10-15 13:06:36 +00:00
parent 1673110de1
commit 289d88f3a7
2 changed files with 7 additions and 7 deletions

2
mud

Submodule mud updated: 7254e15a02...842dadad94

View File

@@ -66,12 +66,12 @@ gt_path_print_status(struct mud_path *path, int term)
path->mtu.ok, path->mtu.ok,
(double)path->rtt.val / 1e3, (double)path->rtt.val / 1e3,
(double)path->rtt.var / 1e3, (double)path->rtt.var / 1e3,
path->rate_tx, path->tx.rate,
path->loss_tx, path->tx.loss,
path->send.total, path->tx.total,
path->rate_rx, path->rx.rate,
path->loss_rx, path->rx.loss,
path->recv.total); path->rx.total);
} }
static int static int