[Asterisk-code-review] res_pjsip: Always set async_operations to 1. (asterisk[16])

Joshua Colp asteriskteam at digium.com
Thu Apr 7 07:10:54 CDT 2022


Attention is currently required from: Richard Mudgett.
Hello Friendly Automation, Richard Mudgett, 

I'd like you to reexamine a change. Please visit

    https://gerrit.asterisk.org/c/asterisk/+/18365

to look at the new patch set (#2).

Change subject: res_pjsip: Always set async_operations to 1.
......................................................................

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
---
M configs/samples/pjsip.conf.sample
A doc/UPGRADE-staging/res_pjsip_async_operations.txt
M res/res_pjsip/config_transport.c
M res/res_pjsip/pjsip_config.xml
4 files changed, 14 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/65/18365/2
-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/18365
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 16
Gerrit-Change-Id: I1915973ef352862dc2852a6ba4cfce2ed536e68f
Gerrit-Change-Number: 18365
Gerrit-PatchSet: 2
Gerrit-Owner: Joshua Colp <jcolp at sangoma.com>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
Gerrit-Attention: Richard Mudgett <rmudgett at digium.com>
Gerrit-MessageType: newpatchset
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20220407/61157fa5/attachment.html>


More information about the asterisk-code-review mailing list