package
0.2.0
Repository: https://github.com/vanadium/core.git
Documentation: pkg.go.dev

# 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.