Skip to main content

Module socket

Module socket 

Source
Expand description

High-performance raw TCP client implementation with TLS capability, automatic reconnection with exponential backoff and state management.

Re-exports§

pub use client::SocketClient;
pub use config::SocketConfig;
pub use types::TcpMessageHandler;
pub use types::TcpReader;
pub use types::TcpWriter;
pub use types::WriterCommand;

Modules§

client
High-performance raw TCP client implementation with TLS capability, automatic reconnection with exponential backoff and state management.
config
Socket configuration.
types
Socket types and type aliases.