boris-sinyapkin / lurk

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

Eliminate backpressure #28

Closed boris-sinyapkin closed 3 months ago

boris-sinyapkin commented 3 months ago

It turned out to be not straightforward to implement backpressure of TCP connections. Reverting TCP backpressure logic to ease debuggability of existing logic.