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.
fix
Simple FIX message buffer processor.
types
Socket types and type aliases.