package
0.38.1
Repository: https://github.com/aperturerobotics/bifrost.git
Documentation: pkg.go.dev

# Functions

NewConn constructs a new packet conn and starts the rx pump.
NewConnAddr constructs a new ConnAddr.
NewPacketConn constructs a new packet conn and starts the rx pump.
NewReadWriteCloser builds a new ReadWriteCloser.
NewRwcOverlay builds a ReadWriteCloser overlayed on a net.Conn.
NewRwcPacketConn creates a new RwcPacketConn with the provided ReadWriteCloser and local/remote addresses.

# Structs

Conn implements a Conn with a buffered ReadWriteCloser.
ConnAddr overlays LocalAddr and RemoteAddr on a base Conn.
PacketConn implements a PacketConn with a Read-Write-Closer.
ReadWriteCloser implements ReadWriteCloser with a Reader and Writer.
RwcOverlay overlays a io.ReadWriteCloser on a net.Conn.
RwcPacketConn wraps a ReadWriteCloser to implement net.PacketConn.

# Interfaces

ConnAddrBase is the base type for ConnAddr.