rohanverma.net
Setting SO_REUSEPORT and similar socket options in Go 1.11
Go recently introduced a heavily requested feature that allows programmers to set socket options before accepting and creating connections. You can find a mention of this in Go 1.11 Release Notes. …