Re-exports§
pub use client::RemoteNetworkingClient;
pub use client::RemoteNetworkingClientDriver;
pub use composite::CompositeTcpListener;
pub use loopback::LoopbackNetworking;
pub use server::RemoteNetworkingServer;
pub use server::RemoteNetworkingServerDriver;
Modules§
Structs§
- Archived
IpCidr - An archived
IpCidr
- Archived
IpRoute - An archived
IpRoute
- Bytes
- A cheaply cloneable and sliceable chunk of contiguous memory.
- Bytes
Mut - A unique reference to a contiguous slice of memory.
- Interest
Guard - Interest
Handler Waker - IpCidr
- Represents an IP address and its netmask
- IpCidr
Resolver - The resolver for an archived
IpCidr
- IpRoute
- Represents a routing entry in the routing table of the interface
- IpRoute
Resolver - The resolver for an archived
IpRoute
- Unsupported
Virtual Networking
Enums§
Traits§
- Interest
Handler - Virtual
Connected Socket - Connected sockets have a persistent connection to a remote peer
- Virtual
Connected Socket Ext - Virtual
Connectionless Socket - Connectionless sockets are able to send and receive datagrams and stream bytes to multiple addresses at the same time (peer-to-peer)
- Virtual
Connectionless Socket Ext - Virtual
Icmp Socket - ICMP sockets are low level devices bound to a specific address that can send and receive ICMP packets
- Virtual
IoSource - Represents an IO source
- Virtual
Networking - An implementation of virtual networking
- Virtual
RawSocket - Virtual
Socket - Virtual
TcpListener - Virtual
TcpListener Ext - Virtual
TcpSocket - Virtual
UdpSocket