socksio icon indicating copy to clipboard operation
socksio copied to clipboard

Add support for SOCKS5 UDP datagram wrapping / unwrapping

Open sethmlarson opened this issue 6 years ago • 2 comments

This is the most interesting to implement in a sans-I/O fashion while also supporting downstream consumers like aioquic.

sethmlarson avatar Sep 06 '19 17:09 sethmlarson

cc: @jlaine

sethmlarson avatar Sep 07 '19 21:09 sethmlarson

https://github.com/sethmlarson/socksio/blob/master/socksio/socks5.py#L272

--> 332 raise NotImplementedError() # pragma: nocover

ghost avatar Nov 18 '21 07:11 ghost