boris-sinyapkin / lurk

Lightweight implementation of a SOCKS5 proxy built on async Rust
0 stars 0 forks source link

[LurkServer] Use TCP connection pool #36

Open boris-sinyapkin opened 2 weeks ago

boris-sinyapkin commented 2 weeks ago

We can re-use TCP connections from the pool and don't re-establish them each time proxy request is received.