# Functions
New creates a new flow manager.
NewConnCache creates a ConnCache with an idleExpiry for connections.
# Structs
ConnCache is a cache from (protocol, address) and (routingID) to a set of Conns.
Reservation represents the right to dial a connection.
# Interfaces
CachedConn is the interface implemented by *conn.Conn that is used by ConnCache.