Versions in this module
v0
Aug 2, 2021
Aug 2, 2021
Jun 21, 2021
Jun 21, 2021
Jun 21, 2021
Jun 21, 2021
Changes in this version
+
func SysConnect(proto, addr string, sockopts ...Option) (fd int, sockaddr unix.Sockaddr, err error)
—
darwin/amd64, linux/amd64
+
func TCPSocket(proto, addr string, sockopts ...Option) (int, net.Addr, error)
—
darwin/amd64, linux/amd64
+
func UDPSocket(proto, addr string, sockopts ...Option) (int, net.Addr, error)
—
darwin/amd64, linux/amd64
+
func UnixSocket(proto, addr string, sockopts ...Option) (int, net.Addr, error)
—
darwin/amd64, linux/amd64