From 289d88f3a79758ce52832e89f8769572dfd4662f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= Date: Tue, 15 Oct 2019 13:06:36 +0000 Subject: [PATCH] Update mud MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Adrien Gallouët --- mud | 2 +- src/path.c | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/mud b/mud index 7254e15..842dada 160000 --- a/mud +++ b/mud @@ -1 +1 @@ -Subproject commit 7254e15a028beb7b3ce90d93e44e954825d1d42e +Subproject commit 842dadad9460ad4d1027d930742cdfbc9ff78abf diff --git a/src/path.c b/src/path.c index c6f7168..5903948 100644 --- a/src/path.c +++ b/src/path.c @@ -66,12 +66,12 @@ gt_path_print_status(struct mud_path *path, int term) path->mtu.ok, (double)path->rtt.val / 1e3, (double)path->rtt.var / 1e3, - path->rate_tx, - path->loss_tx, - path->send.total, - path->rate_rx, - path->loss_rx, - path->recv.total); + path->tx.rate, + path->tx.loss, + path->tx.total, + path->rx.rate, + path->rx.loss, + path->rx.total); } static int