From 43f527fb820322b5aabcbc9493b50753872a81ac Mon Sep 17 00:00:00 2001 From: Claudiu Boriga Date: Tue, 12 Dec 2017 12:47:35 +0100 Subject: [PATCH] Add documentation for the control-tos option --- README.md | 6 ++++++ etc/rtpengine.sample.conf | 1 + 2 files changed, 7 insertions(+) diff --git a/README.md b/README.md index 9ca3e4d92..32c3804e6 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ option and which are reproduced below: -G, --graphite-interval=INT Graphite data statistics send interval --graphite-prefix=STRING Graphite prefix for every line -T, --tos=INT TOS value to set on streams + --control-tos=INT TOS value to set on control-ng interface -o, --timeout=SECS RTP timeout -s, --silent-timeout=SECS RTP timeout for muted -a, --final-timeout=SECS Call timeout @@ -308,6 +309,11 @@ The options are described in more detail below. Takes an integer as argument and if given, specifies the TOS value that should be set in outgoing packets. The default is to leave the TOS field untouched. A typical value is 184 (*Expedited Forwarding*). +* --control-tos + + Takes an integer as argument and if given, specifies the TOS value that should be set in the control-ng + interface packets. The default is to leave the TOS field untouched. + * -o, --timeout Takes the number of seconds as argument after which a media stream should be considered dead if no media diff --git a/etc/rtpengine.sample.conf b/etc/rtpengine.sample.conf index 14df93156..a8ee15e19 100644 --- a/etc/rtpengine.sample.conf +++ b/etc/rtpengine.sample.conf @@ -21,6 +21,7 @@ listen-ng = 127.0.0.1:2223 timeout = 60 silent-timeout = 3600 tos = 184 +#control-tos = 184 # delete-delay = 30 # final-timeout = 10800