Module ntex_rt::net[][src]

Expand description

TCP/UDP/Unix bindings

Re-exports

pub use self::unix::*;

Modules

Structs

A TCP socket server, listening for connections.

A TCP stream between a local and a remote socket.

A UDP socket.