async-socks5 icon indicating copy to clipboard operation
async-socks5 copied to clipboard

How does it compare to fast-socks5?

Open jasonbillie2 opened this issue 4 years ago • 2 comments

Genuine question: I discovered https://github.com/dizda/fast-socks5, and really liked it.

Can you tell me the differences between these 2 crates?

jasonbillie2 avatar Apr 14 '20 15:04 jasonbillie2

async-socks5 uses tokio, fast-socks5 uses async-std

ark0f avatar Apr 14 '20 18:04 ark0f

@jasonbillie2 I think async-socks5 will be better. fast-socks5 returns the new TcpStream type, while async-socks5 just does the handshake, and then continues to use the original TcpStream, which will have better compatibility.

mokeyish avatar Mar 08 '24 23:03 mokeyish