Re-exports§
- pub use client::RemoteNetworkingClient;- remote
- pub use client::RemoteNetworkingClientDriver;- remote
- pub use composite::CompositeTcpListener;
- pub use loopback::LoopbackNetworking;
- pub use server::RemoteNetworkingServer;- remote
- pub use server::RemoteNetworkingServerDriver;- remote
Modules§
Structs§
- A cheaply cloneable and sliceable chunk of contiguous memory.
- A unique reference to a contiguous slice of memory.
- InterestGuard host-net
- InterestHandler Waker host-net
- Represents an IP address and its netmask
- Represents a routing entry in the routing table of the interface
Enums§
- InterestType host-net
Traits§
- Connected sockets have a persistent connection to a remote peer
- Connectionless sockets are able to send and receive datagrams and stream bytes to multiple addresses at the same time (peer-to-peer)
- ICMP sockets are low level devices bound to a specific address that can send and receive ICMP packets
- Represents an IO source
- An implementation of virtual networking