Expand description
Redpine is a connection-oriented UDP messaging library. It provides automatic fragmentation, reliable delivery, congestion avoidance, and robust connection management for real-time internet applications.
Re-exports§
pub use client::Client;
pub use client::Config as ClientConfig;
pub use client::Event as ClientEvent;
pub use server::Config as ServerConfig;
pub use server::Event as ServerEvent;
pub use server::Server;
Modules§
Structs§
- Channel
Balance Config - Parameters for unreliable / reliable channel prioritization.
Enums§
- Error
Kind - Errors which may be signaled by a connection.
- Send
Mode - Mode / channel by which a packet may be sent.
Constants§
- CHANNEL_
BURST_ SIZE_ MAX - Maximum value for burst size setting.
- CHANNEL_
WEIGHT_ MAX - Maximum value for channel weight.