rust-lang / socket2

Advanced configuration options for sockets.
https://docs.rs/socket2
Apache License 2.0
682 stars 222 forks source link

Implement a Cross-Platform TCP Congestion Control Switch #533

Open radioactiveAHM opened 2 weeks ago

radioactiveAHM commented 2 weeks ago

Introducing a cross-platform feature to switch the TCP congestion control algorithm would be highly beneficial. This functionality would allow users to change the congestion control algorithm supported by the kernel, such as switching from cubic to bbr. Different algorithms can optimize network performance under varying conditions.

Thomasdezeeuw commented 1 week ago

Pr would be welcome.