Crate virtual_net
source ·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§
- An archived
IpCidr
- An archived
IpRoute
- A cheaply cloneable and sliceable chunk of contiguous memory.
- A unique reference to a contiguous slice of memory.
- Represents an IP address and its netmask
- The resolver for an archived
IpCidr
- Represents a routing entry in the routing table of the interface
- The resolver for an archived
IpRoute
Enums§
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