Crate ockam_transport_udp
source ·Expand description
This crate provides a UDP Transport for Ockam’s Routing Protocol.
Structs§
- Addresses used for UDP puncture
- Client to the Rendezvous server
- Rendezvous Service allows other nodes to discover their public IP address and port via UDP.
- Result of [
TcpTransport::listen
] call. - UDP bind arguments
- Trust Options for a UDP connection
- Individual puncture with a specified peer.
- Allows to negotiate a UDP puncture to the other node by communicating with its [
UdpPunctureListener
] via some side channel (e.g. Relayed connection through the Ockam Orchestrator) - UDP puncture listener
- Trust Options for a
UdpPunctureNegotiationListener
- Options for a UDP puncture
- UDP Transport
Enums§
- UDP Puncture errors
Constants§
- 16 MB
- Transport type for UDP addresses
Traits§
- This trait adds a
create_udp_transport
method to any struct returning a Context. This is the case for an ockam::Node, so you can writenode.create_udp_transport()