Skip to main content

Module transport

Module transport 

Source
Expand description

Server transport layer using async-nng.

Provides TCP and IPC transport for the ORMDB server using NNG’s REP socket.

Structs§

Transport
Server transport that handles incoming connections.
TransportMetrics
Transport metrics for monitoring.

Functions§

create_transport
Create a transport that listens on the configured addresses.