package
0.0.0-20230706201950-72cce0b70d64
Repository: https://github.com/craumix/onionmsg.git
Documentation: pkg.go.dev
# Functions
DialDataConn creates a new connection that uses the, possibly set, proxyand then wraps it in a DataConn.
WrapConnection creates a new DataConn from a net.Conn.
# Structs
DataConn is a helper struct to simplify communication over a net.Conn.Also tries to save bandwidth by using a manually flushed bufio.ReadWriter.Has a artificial limit of 16K for message size.
# Interfaces
No description provided by the author