ニュース

He wants the world to know that TCP (Transmission Control Protocol) congestion control is fundamentally broken and he has a proposal for the IETF to fix the root cause of the problem.
Abstract: This paper presents an improved congestion control algorithm of Transmission Control Protocol (TCP), TCP WDL (Westwood LTE). Traditional TCP will decrease congestion window regardless the ...
This action attempts to enable the BBR (Bottleneck Bandwidth and RTT) congestion control algorithm on your GitHub Actions runners to potentially improve network performance. It supports both Linux and ...
Google's BBR algorithm for handling TCP traffic congestion has gained huge ground this week after Google announced integration with Google Cloud, a cloud hosting platform offered by Google to ...
Abstract: With the rapid development of the Internet, various Internet based applications have emerged, and the data traffic on the Internet has increased dramatically. Network congestion has become a ...
Computer-designed algorithms for controlling network congestion yield transmission rates two to three times as high as those designed by humans. TCP, the transmission control protocol, is one of the ...
eBPFでcommit logを調べてみるといろいろと面白そうなものが出てくるな。例えば、TCP-BPF [netdev 2.2]。TCPコネクションのパラメータをBPFで操作できる。さらに最近(バージョン5.5以降)では、輻輳制御もeBPFで実装できるようになっているようだ。eBPFにより ...