[Issue 17416] SocketOption.REUSEPORT not available on linux
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Feb 20 19:08:07 UTC 2022
https://issues.dlang.org/show_bug.cgi?id=17416
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |pull
--- Comment #1 from Dlang Bot <dlang-bot at 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
--
More information about the Digitalmars-d-bugs
mailing list