Function socks5_impl::client::create_udp_client
source ยท pub async fn create_udp_client<A: Into<SocketAddr>>(
proxy_addr: A,
auth: Option<UserKey>,
) -> Result<SocksUdpClient>
pub async fn create_udp_client<A: Into<SocketAddr>>(
proxy_addr: A,
auth: Option<UserKey>,
) -> Result<SocksUdpClient>