Thread overview
[Issue 17416] SocketOption.REUSEPORT not available on linux
Jul 18, 2017
Vladimir Panteleev
Feb 20, 2022
Dlang Bot
Dec 17, 2022
Iain Buclaw
Nov 04
Dlang Bot
Nov 04
Dlang Bot
July 18, 2017
https://issues.dlang.org/show_bug.cgi?id=17416

Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement

--
February 20, 2022
https://issues.dlang.org/show_bug.cgi?id=17416

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@Geod24 created dlang/phobos pull request #8389 "Fix 17416 - Add REUSEPORT to std.socket" fixing this issue:

- Fix 17416 - Add REUSEPORT to std.socket

  The issue also mentions the Druntime bindings, which have been added a few
years ago,
  however this was missing from std.socket. This implementation provides
SO_REUSEPORT on
  Windows as well, despite it being equivalent to SO_REUSEADDR, to simplify
client code.

https://github.com/dlang/phobos/pull/8389

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=17416

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--
November 04
https://issues.dlang.org/show_bug.cgi?id=17416

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@0xEAB updated dlang/phobos pull request #9082 "Fix 17416 - Add REUSEPORT to std.socket" fixing this issue:

- Fix Bugzilla Issue 17416 - Add REUSEPORT to std.socket

  The issue also mentions the Druntime bindings, which have been added a few
years ago,
  however this was missing from std.socket. This implementation provides
SO_REUSEPORT on
  Windows as well, despite it being equivalent to SO_REUSEADDR, to simplify
client code.

  Co-authored-by: Elias Batek <desisma@heidel.beer>

https://github.com/dlang/phobos/pull/9082

--
November 04
https://issues.dlang.org/show_bug.cgi?id=17416

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #9082 "Fix 17416 - Add REUSEPORT to std.socket" was merged into master:

- 89550d9e7ac387ffc2b30bdc7c517c18b93599e4 by Geod24:
  Fix Bugzilla Issue 17416 - Add REUSEPORT to std.socket

  The issue also mentions the Druntime bindings, which have been added a few
years ago,
  however this was missing from std.socket. This implementation provides
SO_REUSEPORT on
  Windows as well, despite it being equivalent to SO_REUSEADDR, to simplify
client code.

  Co-authored-by: Elias Batek <desisma@heidel.beer>

https://github.com/dlang/phobos/pull/9082

--