osmux: osmux batch-factor can't be higher than 8

The osmux header uses a counter of 3 bits, so you can put up to
8 message in it.
This commit is contained in:
Pablo Neira Ayuso 2014-08-29 16:08:45 +02:00 committed by Pablo Neira Ayuso
parent fcec6d85d0
commit c20a661272
1 changed files with 1 additions and 1 deletions

View File

@ -1130,7 +1130,7 @@ DEFUN(cfg_mgcp_osmux,
DEFUN(cfg_mgcp_osmux_batch_factor,
cfg_mgcp_osmux_batch_factor_cmd,
"osmux batch-factor <1-16>",
"osmux batch-factor <1-8>",
OSMUX_STR "Batching factor\n" "Number of messages in the batch\n")
{
g_cfg->osmux_batch = atoi(argv[0]);