summaryrefslogtreecommitdiff
path: root/src/ipcpd/unicast/pol/ca-mb-ecn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipcpd/unicast/pol/ca-mb-ecn.c')
-rw-r--r--src/ipcpd/unicast/pol/ca-mb-ecn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ipcpd/unicast/pol/ca-mb-ecn.c b/src/ipcpd/unicast/pol/ca-mb-ecn.c
index 7f570a9e..f61cb08b 100644
--- a/src/ipcpd/unicast/pol/ca-mb-ecn.c
+++ b/src/ipcpd/unicast/pol/ca-mb-ecn.c
@@ -287,8 +287,8 @@ ssize_t mb_ecn_print_stats(void * _ctx,
"Max bytes in this window: %20zu\n"
"Current congestion regime: %20s\n",
"Multi-bit ECN",
- ctx->rx_ece, ctx->rx_ctr,
- ctx->tx_ece, ctx->tx_ctr, (size_t) (1UL << ctx->tx_mul),
+ ctx->tx_ece, ctx->tx_ctr,
+ ctx->rx_ece, ctx->rx_ctr, (size_t) (1UL << ctx->tx_mul),
ctx->tx_wpc, ctx->tx_wbc, ctx->tx_wbl,
regime);