package
0.4.7
Repository: https://github.com/m-lab/msak.git
Documentation: pkg.go.dev

# Functions

FromTCPLikeConn creates a netx.Conn from a TCPLikeConn.
LoadUUID reads a connection UUID from a context.Context using a globally unique key.
NewListener returns a netx.Listener.
ToConnInfo is a helper function to convert a net.Conn into a netx.ConnInfo.

# Structs

Conn is an extended net.Conn that stores its accept time, a copy of the underlying socket's file descriptor, and counters for read/written bytes.
Listener is a TCPListener.

# Interfaces

ConnInfo provides operations on a net.Conn's underlying file descriptor.
TCPLikeConn is a net.Conn with a File() method.