Crate ockam_transport_tcp[][src]

Expand description

TCP Transport utilities for Ockam’s routing framework

The ockam_node (or ockam_node_no_std) crate sits at the core of the Ockam routing framework, with transport specific abstraction plugins. This crate implements a TCP connection plugin for this architecture.

You can use Ockam’s routing mechanism for cryptographic protocols, key lifecycle, credetial exchange, enrollment, etc, without having to worry about the transport specifics.

Structs

TcpRecvWorker

A TCP receiving message worker

TcpRouter

A TCP address router and connection listener

TcpRouterHandle

A handle to connect to a TcpRouter

TcpSendWorker

A TCP sending message worker

TcpTransport

High level management interface for TCP transports

WorkerPair

Transmit and receive peers of a TCP connection

Enums

TcpError

A TCP connection worker specific error type

Constants

TCP

TCP address type constant