File: README.md

package info (click to toggle)
golang-github-hugelgupf-socketpair 0.0~git20240723.9246f21-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 88 kB
  • sloc: makefile: 2
file content (10 lines) | stat: -rw-r--r-- 529 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
## socketpair

[![Go Report Card](https://goreportcard.com/badge/github.com/hugelgupf/socketpair)](https://goreportcard.com/report/github.com/hugelgupf/socketpair)
[![GoDoc](https://godoc.org/github.com/hugelgupf/socketpair?status.svg)](https://godoc.org/github.com/hugelgupf/socketpair)

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.