Struct s2n_netbench::multiplex::Config
source · pub struct Config {
pub stream_window: u64,
pub max_streams: u64,
pub max_stream_data_thresh: u64,
pub max_stream_frame_len: u32,
pub max_write_queue_len: usize,
pub peer_max_streams: u64,
pub peer_max_stream_data: u64,
}
Fields§
§stream_window: u64
§max_streams: u64
§max_stream_data_thresh: u64
§max_stream_frame_len: u32
§max_write_queue_len: usize
§peer_max_streams: u64
§peer_max_stream_data: u64
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more