Browse Source

Add documentation for the control-tos option

pull/430/head
Claudiu Boriga 8 years ago
parent
commit
43f527fb82
2 changed files with 7 additions and 0 deletions
  1. +6
    -0
      README.md
  2. +1
    -0
      etc/rtpengine.sample.conf

+ 6
- 0
README.md View File

@ -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


+ 1
- 0
etc/rtpengine.sample.conf View File

@ -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


Loading…
Cancel
Save