Update docs with --poller-per-thread option.

pull/1200/head
Damir Nedžibović 4 years ago
parent 7d02539673
commit eacd2634e8

@ -848,6 +848,14 @@ information.
Always sets the option B<reorder-codecs> in answer messages as described in the
F<README.md>.
=item B<--poller-per-thread>
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
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
DTMF packets (RFC 2833).
=back
=head1 INTERFACES

Loading…
Cancel
Save