TcpFace

Type Alias TcpFace 

Source
pub type TcpFace = StreamFace<OwnedReadHalf, OwnedWriteHalf, TlvCodec>;
Expand description

NDN face over TCP with TLV length-prefix framing.

Uses StreamFace with TCP read/write halves and TlvCodec. LP-encoding is enabled for network transport.

Aliased Typeยง

pub struct TcpFace { /* private fields */ }