[][src]Trait heim::net::os::linux::IoCountersExt

pub trait IoCountersExt {
    fn drop_sent(&self) -> u64;
}

Linux-specific extension for IoCounters.

Required methods

fn drop_sent(&self) -> u64

Returns packets amount which were dropped while sending them.

Loading content...

Implementors

impl IoCountersExt for IoCounters[src]

Loading content...