Struct libp2p_request_response::RequestResponseConfig [−][src]
pub struct RequestResponseConfig { /* fields omitted */ }
The configuration for a RequestResponse
protocol.
Implementations
impl RequestResponseConfig
[src]
impl RequestResponseConfig
[src]pub fn set_connection_keep_alive(&mut self, v: Duration) -> &mut Self
[src]
Sets the keep-alive timeout of idle connections.
pub fn set_request_timeout(&mut self, v: Duration) -> &mut Self
[src]
Sets the timeout for inbound and outbound requests.
Trait Implementations
impl Clone for RequestResponseConfig
[src]
impl Clone for RequestResponseConfig
[src]fn clone(&self) -> RequestResponseConfig
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Default for RequestResponseConfig
[src]
impl Default for RequestResponseConfig
[src]