heim_net::os::linux

Trait IoCountersExt

Source
pub trait IoCountersExt {
    // Required method
    fn drop_sent(&self) -> u64;
}
Expand description

Linux-specific extension for IoCounters.

Required Methods§

Source

fn drop_sent(&self) -> u64

Returns packets amount which were dropped while sending them.

Implementors§