Module types

Source
Expand description

Contains various networking-related types

Structs§

ValidatedPath
Represents [NonEmptyPath] that has been resolved and validated.

Enums§

DestinationRouting
Routing information containing forward or return routing options.
IpOrHost
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.
ResolvedTransportRouting
Contains the resolved routing information for the packet.
RoutingOptions
Represents routing options in a mixnet with a maximum number of hops.
SealedHost
Contains optionally encrypted IpOrHost.
SurbMatcher
Allows finding saved SURBs based on different criteria.