Module tcp_handler::config
source · Expand description
Global configuration for this crate.
You may change the configuration by calling set_config function.
§Example
use tcp_handler::config::{Config, set_config};
set_config(Config::default());
Structs§
- Global configuration.
Functions§
- A cheaper shortcut of
- Get the global configuration.
- A cheaper shortcut of
- Set the global configuration.