blob: 5ec267c41e97ca77a5e3a920b30c918633e2fd77 [file] [log] [blame]
//! OS-specific networking functionality.
#[cfg(any(target_os = "linux", target_os = "android", doc))]
pub(super) mod linux_ext;