Expand description
Contains various networking-related types
Structs§
- Validated
Path - Represents [
NonEmptyPath
] that has been resolved and validated.
Enums§
- Destination
Routing - Routing information containing forward or return routing options.
- IpOr
Host - Implements a host name with port.
This could be either a DNS name with port
or an IP address with port represented by
std::net::SocketAddr
. - IpProtocol
- Lists some of the IP protocols.
- Resolved
Transport Routing - Contains the resolved routing information for the packet.
- Routing
Options - Represents routing options in a mixnet with a maximum number of hops.
- Sealed
Host - Contains optionally encrypted
IpOrHost
. - Surb
Matcher - Allows finding saved SURBs based on different criteria.