-
- Downloads
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
parent
b1e0527b
No related branches found
No related tags found
Showing
- configs/samples/pjsip.conf.sample 0 additions, 2 deletionsconfigs/samples/pjsip.conf.sample
- doc/UPGRADE-staging/res_pjsip_async_operations.txt 7 additions, 0 deletionsdoc/UPGRADE-staging/res_pjsip_async_operations.txt
- res/res_pjsip/config_transport.c 6 additions, 0 deletionsres/res_pjsip/config_transport.c
- res/res_pjsip/pjsip_config.xml 1 addition, 1 deletionres/res_pjsip/pjsip_config.xml
Loading
Please register or sign in to comment