5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-09-19 21:52:32 +00:00

Update comment for MaxTotalQueueSize

This commit is contained in:
Neil Alexander 2018-12-02 23:03:10 +00:00
parent 86da073226
commit 319457ae27
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944

View File

@ -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)."`
}