<p>Sean Bright <strong>uploaded patch set #2</strong> to this change.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/11634">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, 65 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/34/11634/2</pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/11634">change 11634</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/+/11634"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 16 </div>
<div style="display:none"> Gerrit-Change-Id: I50128b0769060ca5272dbbb5e60242d131eaddf9 </div>
<div style="display:none"> Gerrit-Change-Number: 11634 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </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-MessageType: newpatchset </div>