# Functions
ConnComplement returns the other end of the given connection.
FullMeshConnected constructs a Mocknet with full mesh of Connections.
FullMeshLinked constructs a Mocknet with full mesh of Links.
Creates a new RateLimiter with bandwidth (in bytes/sec).
PrinterTo returns a Printer ready to write to w.
StreamComplement returns the other end of the given stream.
WithNPeers constructs a Mocknet with N peers.
# Structs
LinkOptions are used to change aspects of the links.
A RateLimiter is used by a link to determine how long to wait before sending data given a bandwidth cap.
# Type aliases
LinkMap is a 3D map to give us an easy way to track links.