https://issues.dlang.org/show_bug.cgi?id=17666
Harry Vennik <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Harry Vennik <[email protected]> --- TCP_* constants are defined in core.sys.linux.sys.netinet.tcp, and TCP_NODELAY also in core.sys.posix.netinet.tcp (uh, should that be in two places?). The other stuff is indeed nowhere to be found in druntime (except SD_* and IP_* in core.sys.windows.winsock2, which isn't relevant for Posix systems). --
