<p>dexter <strong>uploaded patch set #2</strong> to this change.</p><p><a href="https://gerrit.osmocom.org/10289">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">socket: do not set SO_REUSEADDR for IPPROTO_UDP<br><br>When UDP is used as protocol (proto=IPPROTO_DUP), then we should not set<br>SO_REUSEADDR in the socket option. Because if we do, we allow two<br>processes to bind on the same UDP port. The errornous situation will be<br>undetectable to both applications. So lets only set SO_REUSEADDR when we<br>do not use UDP.<br><br>- Add check if we use UDP, if yes do not set SO_REUSEADDR<br><br>Change-Id: I4a8ffb8d598aca88801a4a0322944d7cdd8d4047<br>Related: OS#3441<br>---<br>M src/socket.c<br>1 file changed, 33 insertions(+), 25 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/89/10289/2</pre><p>To view, visit <a href="https://gerrit.osmocom.org/10289">change 10289</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.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.osmocom.org/10289"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmocore </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>
<div style="display:none"> Gerrit-Change-Id: I4a8ffb8d598aca88801a4a0322944d7cdd8d4047 </div>
<div style="display:none"> Gerrit-Change-Number: 10289 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: dexter <pmaier@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>