From 319457ae2747bf926577c242d4c5f338f25accd2 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Sun, 2 Dec 2018 23:03:10 +0000 Subject: [PATCH] Update comment for MaxTotalQueueSize --- src/yggdrasil/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yggdrasil/config/config.go b/src/yggdrasil/config/config.go index 855eb92..904907b 100644 --- a/src/yggdrasil/config/config.go +++ b/src/yggdrasil/config/config.go @@ -49,5 +49,5 @@ type TunnelRouting struct { // SwitchOptions contains tuning options for the switch type SwitchOptions struct { - MaxTotalQueueSize uint64 `comment:"Maximum size of all switch queues combined."` + MaxTotalQueueSize uint64 `comment:"Maximum size of all switch queues combined (in bytes)."` }