<p> Attention is currently required from: Kevin Harwell. </p>
<p>Kevin Harwell <strong>uploaded patch set #2</strong> to this change.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/17472">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">tcptls.c: refactor client connection to be more robust<br><br>The current TCP client connect code, blocks and does not handle EINTR<br>error case.<br><br>This patch makes the client socket non-blocking while connecting,<br>ensures a connect does not immediately fail due to EINTR "errors",<br>and adds a connect timeout option.<br><br>The original client start call sets the new timeout option to<br>"infinite", thus making sure old, orginal behavior is retained.<br><br>ASTERISK-29746 #close<br><br>Change-Id: I907571843a83e43c0742b95a64785f4411f02671<br>---<br>M include/asterisk/tcptls.h<br>M main/tcptls.c<br>2 files changed, 100 insertions(+), 14 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/72/17472/2</pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/17472">change 17472</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/+/17472"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I907571843a83e43c0742b95a64785f4411f02671 </div>
<div style="display:none"> Gerrit-Change-Number: 17472 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Kevin Harwell <kharwell@digium.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: Joshua Colp <jcolp@sangoma.com> </div>
<div style="display:none"> Gerrit-Attention: Kevin Harwell <kharwell@digium.com> </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>