1pub struct Configuration { 2 pub max_connections: usize, 3 pub timeout: usize, 4 pub reserved_timeout: usize, 5 pub heartbeat: usize, 6}