Module: kamailio Branch: master Commit: 77f03aabd871dbf86c5106a93eb32ce67d7762bf URL: https://github.com/kamailio/kamailio/commit/77f03aabd871dbf86c5106a93eb32ce67d7762bf
Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org> Date: 2024-11-15T11:10:59+01:00 doc: update manpage with missing -B option [skip ci] * update -l description --- Modified: doc/man/kamailio.8 --- Diff: https://github.com/kamailio/kamailio/commit/77f03aabd871dbf86c5106a93eb32ce67d7762bf.diff Patch: https://github.com/kamailio/kamailio/commit/77f03aabd871dbf86c5106a93eb32ce67d7762bf.patch --- diff --git a/doc/man/kamailio.8 b/doc/man/kamailio.8 index f4fc69ade7e..9579c806020 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. @@ -132,10 +137,18 @@ Turns on via host checking when forwarding replies. Listens on the specified address/interface. Multiple .B \-l mean listening on multiple addresses. The address format is -[proto:]address[:port], where proto = udp|tcp and -address = host|ip_address|interface_name. Example: -l localhost, --l udp:127.0.0.1:5080, -l eth0:5062. -The default behaviour is to listen on all the ipv4 interfaces. +[proto:]addr_lst[:port][/advaddr][/socket_name], +where proto=udp|tcp|tls|sctp, +addr_list = addr|(addr, addrress), +addr=host|ip_address|interface_name, +advaddr=addr[:port] (advertised address) and +socket_name=identifying name. +E.g: -l localhost, -l udp:127.0.0.1:5080, -l eth0:5062, +-l udp:127.0.0.1:5080/1.2.3.4:5060, +-l udp:127.0.0.1:5080//local, +-l udp:127.0.0.1:5080/1.2.3.4:5060/local, +-l \"sctp:(eth0)\", -l \"(eth0, eth1, 127.0.0.1):5065\". +The default behaviour is to listen on all the interfaces. .TP .BI \-\-loadmodule\fR=\fIname load the module specified by name _______________________________________________ Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org To unsubscribe send an email to sr-dev-le...@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender!