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) -> TcpCongestion
impl Copy for TcpCongestion
impl Debug for TcpCongestion
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Eq for TcpCongestion
impl Hash for TcpCongestion
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl PartialEq<TcpCongestion> for TcpCongestion
fn eq(&Self, other: &TcpCongestion) -> bool
impl StructuralEq for TcpCongestion
impl StructuralPartialEq for TcpCongestion
impl SetSockOpt for TcpCongestion
impl GetSockOpt for TcpCongestion
Auto Trait Implementations
impl RefUnwindSafe for TcpCongestion
impl Send for TcpCongestion
impl Sync for TcpCongestion
impl Unpin for TcpCongestion
impl UnwindSafe for TcpCongestion
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T