On Sunday, 14 February 2016 at 06:01:11 UTC, tcak wrote:
Unless you explicitly call "close" method of Socket object, its descriptor willstay allocated for your process/program.
Hmm, I am seen what Socket dtor contains close() too: https://github.com/D-Programming-Language/phobos/blob/master/std/socket.d#L2659