Struct nix::sys::socket::sockopt::RcvBufForce [−][src]
pub struct RcvBufForce;
Expand description
Using this socket option, a privileged (CAP_NET_ADMIN
) process can
perform the same task as SO_RCVBUF
, but the rmem_max limit
can be
overridden.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RcvBufForce
impl Send for RcvBufForce
impl Sync for RcvBufForce
impl Unpin for RcvBufForce
impl UnwindSafe for RcvBufForce
Blanket Implementations
Mutably borrows from an owned value. Read more