Crate virtual_net
source ·Structs
- 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
- Represents a routing entry in the routing table of the interface
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
- An implementation of virtual networking