Versions in this module
v1
Dec 17, 2020
Changes in this version
+
func TCPSocket(proto, addr string, reusePort bool) (int, net.Addr, error)
—
darwin/amd64, linux/amd64
+
func TCPSocketConnect(proto, addr string, reusePort bool) (int, unix.Sockaddr, net.Addr, error)
—
darwin/amd64, linux/amd64
+
func UDPSocket(proto, addr string, reusePort bool) (int, net.Addr, error)
—
darwin/amd64, linux/amd64
+
func UnixSocket(proto, addr string, reusePort bool) (int, net.Addr, error)
—
darwin/amd64, linux/amd64