net: add ListenConfig, Dialer.Control to permit socket opts before li… · golang/go@3c4d3bd
…sten/dial Existing implementation does not provide a way to set options such as SO_REUSEPORT, that has to be set prior the socket being bound. New exposed API: pkg net, method (*ListenConfig) Li...