Browse Source

MT#55283 fix typo

Change-Id: I760de41e52f88cccc5e12a0e33fec596ef51793e
pull/1826/head
Richard Fuchs 2 years ago
parent
commit
1ec68d8e6e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/rtpengine.md

+ 1
- 1
docs/rtpengine.md View File

@ -1143,7 +1143,7 @@ call to inject-DTMF won't be sent to __\-\-dtmf-log-dest=__ or __\-\-listen-tcp-
- __\-\-poller-per-thread__ - __\-\-poller-per-thread__
Enable 'poller per thread' functionality: for every worker thread (see the Enable 'poller per thread' functionality: for every worker thread (see the
\\-\-num-threads option) a poller will be created. With this option on, it is
\-\-num-threads option) a poller will be created. With this option on, it is
guaranteed that only a single thread will ever read from a particular socket, guaranteed that only a single thread will ever read from a particular socket,
thus maintaining the order of the packets. Might help when having issues with thus maintaining the order of the packets. Might help when having issues with
DTMF packets (RFC 2833). DTMF packets (RFC 2833).


Loading…
Cancel
Save