]> git.meshlink.io Git - meshlink/commitdiff
Fix the order of socket operations when setting up listening sockets.
authorGuus Sliepen <guus@meshlink.io>
Sun, 15 Mar 2020 15:08:44 +0000 (16:08 +0100)
committerGuus Sliepen <guus@meshlink.io>
Sun, 15 Mar 2020 15:08:44 +0000 (16:08 +0100)
Commit db8e6e4 caused calls to setsockopt() for setting up socket parameters
to be called after the call to bind().


No differences found