<p>Sean Bright <strong>uploaded patch set #4</strong> to this change.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/11626">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">manager: Send fewer packets<br><br>The functions that build manager message headers do so in a way that<br>results in a single messages being split across multiple packets. While<br>this doesn't matter to the remote end, it makes network captures noisier<br>and harder to follow, and also means additional system calls.<br><br>With this patch, we build up more of the message content into the TLS<br>buffer before flushing to the network. This change is completely<br>internal to the manager code and does not affect any of the existing<br>API's consumers.<br><br>Change-Id: I50128b0769060ca5272dbbb5e60242d131eaddf9<br>---<br>M main/manager.c<br>1 file changed, 64 insertions(+), 21 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/26/11626/4</pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/11626">change 11626</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/c/asterisk/+/11626"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 13 </div>
<div style="display:none"> Gerrit-Change-Id: I50128b0769060ca5272dbbb5e60242d131eaddf9 </div>
<div style="display:none"> Gerrit-Change-Number: 11626 </div>
<div style="display:none"> Gerrit-PatchSet: 4 </div>
<div style="display:none"> Gerrit-Owner: Sean Bright <sean.bright@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: Friendly Automation </div>
<div style="display:none"> Gerrit-Reviewer: George Joseph <gjoseph@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Kevin Harwell <kharwell@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Sean Bright <sean.bright@gmail.com> </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>