/socketpair

socketpair is a Go library that provides bidirectionally connected Conns

Primary LanguageGoBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

socketpair

Go Report Card GoDoc

socketpair is a Go library that provides bidirectionally connected net.Conns, net.PacketConns made from socketpair(2) as well as bidirectionally connected net.TCPConns.

socketpair is currently mostly used in testing Go protocol libraries.