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. Although, not many have written on this and implementing this is a bit confusing due to a change in the way one has to …

Setting SO_REUSEPORT and similar socket options in Go 1.11 Read More »