-
When using congestion control, packets continued to be queued up far past the congestion window, all the way to the send window. This cause extreme bufferbloat when congestion control is enabled.
P…
-
For kernel >= 4.9 maybe it should be suggested to add this in sysctl:
net.ipv4.tcp_congestion_control = bbr
And this in /etc/modules:
tcp_bbr
Maybe I am wrong though... but if thats the case, then…
-
### Version
Node.js v22.4.1.
### Platform
```text
Linux dev 5.15.0-117-generic #127-Ubuntu SMP Fri Jul 5 20:13:28 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
lsb_release -a
No LSB modules are avail…
-
It would be nice to (optionally) have a different congestion controller than NewReno available. I'm skeptical if we can actually provide an interface that's general enough to allow for truly pluggable…
-
# Description
We should implement the following missing functionalities in the TCP layer:
- [ ] TCP Fast Open
- [ ] Nagle's algorithm (optional)
- [ ] Silly window syndrome
- [ ] Fast retransmi…
-
Right now, all the inter-node traffic is done over TCP/IP links which ensures that the network is internet friendly. However within the network at a higher level, there is no congestion control beyon…
-
Congestion control paper submitted to IEEE ICBC '24 has been accepted as a poster paper - while it was submitted as a full paper. The authors (@darcy-camargo, @cyberphysic4l and @vekkiokonio) decided …
-
# 关键参数
* snd_cwnd
拥塞窗口
* snd_ssthresh
慢启动阈值
* snd_cwnd_clamp
拥塞窗口夹子
# 内核参数
* net.ipv4.tcp_allowed_congestion_control
cubic reno
Show/set the congestion control choices availabl…
-
**Describe the bug**
When uploading on an unreliable/congested link (e.g., crowded WiFi) upload speeds are horrendous (30 kbytes per second) but when on a reliable link (e.g., wired, even on the same…
-
[WebRTC的拥塞控制技术(Congestion Control)](https://www.jianshu.com/p/9061b6d0a901)