Module internet2::transport::ftcp[][src]

Expand description

Framed TCP protocol: reads & writes frames (corresponding to LNP messages) from TCP stream

Structs

Wrapper type around TCP stream for implementing FTCP-specific traits

Type Definitions

Type alias for FTCP connection which is generic::Connection with FTCP Stream.