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