[][src]Trait heim_net::os::linux::IoCountersExt

pub trait IoCountersExt {
    pub fn drop_sent(&self) -> u64;
}
This is supported on Linux only.

Linux-specific extension for IoCounters.

Required methods

pub fn drop_sent(&self) -> u64[src]

Returns packets amount which were dropped while sending them.

Loading content...

Implementors

Loading content...