# Functions

NewConn creates a new Conn.
NewDownstreamConfig creates a new Config; may return nil.
NewUpstreamConfig creates a new Config; may return nil.

# Constants

No description provided by the author
No description provided by the author

# Structs

Config specifies a fragmentor configuration.
Conn implements simple fragmentation of application-level messages/packets into multiple TCP packets by splitting writes into smaller sizes and adding delays between writes.