Module associate

Module associate 

Source
Expand description

Socks5 command type Associate

This module also provides an tokio::net::UdpSocket wrapper AssociatedUdpSocket, which can be used to send and receive UDP packets without dealing with the SOCKS5 protocol UDP header.

Modules§

state
Connection state types

Structs§

Associate
Socks5 command type Associate
AssociatedUdpSocket
A wrapper of a tokio UDP socket dealing with SOCKS5 UDP header.