Module: kamailio Branch: 5.8 Commit: 6816f992696fe894b3a47cd511a59e1b5a0ed89b URL: https://github.com/kamailio/kamailio/commit/6816f992696fe894b3a47cd511a59e1b...
Author: Victor Seva linuxmaniac@torreviejawireless.org Committer: Victor Seva linuxmaniac@torreviejawireless.org Date: 2024-11-15T11:18:46+01:00
doc: update manpage with missing -B option [skip ci]
(cherry picked from commit 77f03aabd871dbf86c5106a93eb32ce67d7762bf)
---
Modified: doc/man/kamailio.8
---
Diff: https://github.com/kamailio/kamailio/commit/6816f992696fe894b3a47cd511a59e1b... Patch: https://github.com/kamailio/kamailio/commit/6816f992696fe894b3a47cd511a59e1b...
---
diff --git a/doc/man/kamailio.8 b/doc/man/kamailio.8 index f4fc69ade7e..05460afbddc 100644 --- a/doc/man/kamailio.8 +++ b/doc/man/kamailio.8 @@ -8,7 +8,7 @@ kamailio - a very fast and configurable SIP server .SH SYNOPSIS .B kamailio [ -.B -hfcmMdVIhEeblLnvKrRDTNWwtugPGSQOaAxXY +.B -hfcmMdVIhEebBlLnvKrRDTNWwtugPGSQOaAxXY ] [ .BI -a " auto-aliases-mode" ] [ @@ -16,6 +16,8 @@ kamailio - a very fast and configurable SIP server ] [ .BI -b " max_rcv_buf_size" ] [ +.BI -B " max_snd_buf_size" +] [ .BI -f " config-file" ] [ .BI -g " gid" @@ -68,7 +70,10 @@ default is yes. Add config pre-processor define (e.g., -A WITH_AUTH, -A N=1, -A X='"Y"') .TP .BI -b " max_rcv_buf_size" -Maximum receive buffer size which will not be exceeded by the auto-probing procedure even if the OS allows. +Maximum OS UDP receive buffer size which will not be exceeded by auto-probing-and-increase procedure even if OS allows. +.TP +.BI -B " max_snd_buf_size" +Maximum OS UDP send buffer size which will not be exceeded by auto-probing-and-increase procedure even if OS allows. .TP .BI -c Checks the config file and displays the aliases and listen interface list.