Struct nix::sys::socket::sockopt::TcpCongestion
pub struct TcpCongestion;Documentation
This option allows the caller to set the TCP congestion control algorithm to be used, on a per-socket basis.
Trait Implementations
impl Clone for TcpCongestion
fn clone(&Self) -> TcpCongestionimpl Copy for TcpCongestionimpl Debug for TcpCongestion
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Eq for TcpCongestionimpl Hash for TcpCongestion
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl PartialEq<TcpCongestion> for TcpCongestion
fn eq(&Self, other: &TcpCongestion) -> boolimpl StructuralEq for TcpCongestionimpl StructuralPartialEq for TcpCongestionimpl SetSockOpt for TcpCongestion
impl GetSockOpt for TcpCongestion
Auto Trait Implementations
impl RefUnwindSafe for TcpCongestionimpl Send for TcpCongestionimpl Sync for TcpCongestionimpl Unpin for TcpCongestionimpl UnwindSafe for TcpCongestionBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T