//
pkg.gl
Category
github.com/signal18/replication-manager
graphite
helper
framing
package
3.0.19+incompatible
Repository:
https://github.com/signal18/replication-manager.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
5
Dependents
6
Files
125 SLOC
#
Functions
NewConn
NewConn returns a framing.Conn that acts like a net.Conn.
#
Variables
ErrFrameTooLarge
ErrFrameTooLarge is returned from Write(b []byte) when b is larger than MaxFrameSize.
ErrPrefixLength
ErrPrefixLength is returned when an invalid prefix length is given.
#
Structs
Conn
Conn wraps a net.Conn making it aware about frames and their size.