FreeCalypso > hg > themwi-rtp-lib
diff src/twjit_vty.c @ 40:d73b6ec27ae6
twjit: allow starting fill level to be 1
In most use cases, the smallest useful setting for starting fill level
is 2. However, our job is to provide mechanism rather than policy,
and the theoretical minimum is 1 - so let's support the latter
configuration.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 20 Dec 2024 20:07:01 +0000 |
parents | 073b8c7b361f |
children |
line wrap: on
line diff
--- a/src/twjit_vty.c Fri Dec 20 09:01:24 2024 +0000 +++ b/src/twjit_vty.c Fri Dec 20 20:07:01 2024 +0000 @@ -38,7 +38,7 @@ } DEFUN(cfg_buffer_depth, cfg_buffer_depth_cmd, - "buffer-depth <2-65535> <2-65535>", + "buffer-depth <1-65535> <2-65535>", "Buffer depth configuration\n" "Minimum fill required to start flow\n" "High water mark fill level\n")