Module udp
Structs§
- Async
UdpInspector - Wrapper used for Async udp inspectors.
- Default
UdpBinder Default
[UdpBinder
] implementation.- Direct
UdpRelay - An UDP Relay which relays the UDP Packets without any inspection.
- Relay
Request - Request to Relay, used by an async UDP inspector
Service
. - Sync
UdpInspector - Wrapper used for synchronous udp inspectors.
- UdpRelay
- Only “useful” public
Socks5UdpAssociator
implementation, which actually is able to accept udp-relay requests and process them.
Enums§
- Relay
Direction - Direction in which we relay
- UdpInspect
Action - Action defined by
UdpInspector
for an inspected udp packet.
Traits§
- Socks5
UdpAssociator - Types which can be used as socks5
Command::UdpAssociate
drivers on the server side. - Socks5
UdpAssociator Seal - UdpInspector
- Inspector of relayed udp packets, handling both north and south traffic.
Type Aliases§
- Default
UdpRelay - Default [
UdpBinder
] type.