boris-sinyapkin / lurk

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

Implement automatic TCP connection backpressure #24

Closed boris-sinyapkin closed 2 months ago

boris-sinyapkin commented 6 months ago

Current backpressure machinery use predefined value for limiting input connections passed through config.

As backpressure may be changed during runtime (e.g. number of opened files change), server should honour this and elevate / reduce limit number automatically.