mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-04 20:33:53 +00:00
res_pjsip: Always set async_operations to 1.
The async_operations setting on a transport configures how many simultaneous incoming packets the transport can handle when multiple threads are polling and waiting on the transport. As we only use a single thread this was needlessly creating incoming packets when set to a non-default value, wasting memory. ASTERISK-30006 Change-Id: I1915973ef352862dc2852a6ba4cfce2ed536e68f
This commit is contained in:
committed by
Joshua Colp
parent
b1e0527bbd
commit
fdc1c750f3
@@ -1025,8 +1025,6 @@
|
||||
;[transport]
|
||||
; SYNOPSIS: SIP Transport
|
||||
;
|
||||
;async_operations=1 ; Number of simultaneous Asynchronous Operations
|
||||
; (default: "1")
|
||||
;bind= ; IP Address and optional port to bind to for this transport (default:
|
||||
; "")
|
||||
; Note that for the Websocket transport the TLS configuration is configured
|
||||
|
||||
Reference in New Issue
Block a user