-
alexandz@phobos01:~$ sudo sysctl -a | grep tcp_allowed_congestion_control
net.ipv4.tcp_allowed_congestion_control = cubic reno westwood highspeed
alexandz@phobos01:~$ ~/bin/flowgrind -p -T s=1.00 -O …
-
Please consider exercising some well-known control algorithms. I offer a couple and invite others.
- AIMD https://en.wikipedia.org/wiki/Additive_increase/multiplicative_decrease
- CoDel https://en…
-
位於 2355 行的系統重裝腳本建議改用
wget https://raw.ogtt.tk/shell/InstallNET.sh && chmod +x InstallNET.sh
此版本增加對 kejilion.sh 重裝後的內置
具體使用方式:
Usage:
./InstallNET.sh [OPTIONS]
Options:
-debi…
-
哪位老哥有标准格式啊
我从TUIC git项目直接复制黏贴的也不行
```
{
// Settings for the outbound TUIC proxy
"relay": {
// Set the TUIC proxy server address
// Format: "HOST:PORT"
// Th…
-
# Internet
- IP
- TCP
# IPv4
## 為什麼是從 v4 開始,之前的版本呢
之前的版本中,TCP 跟 IP 是攪和在一起的,直到 IPv4 的時候,才真正地被分成兩個 RFC 看獨立出來。因此並沒有 v1-v3 的版本。
# TFO: TCP Fast Open
利用 cookie 記錄來分辨之前連線過的 TCP ,這樣可以 handshake sy…
-
I believe there are optimizations that can be done at the node level to improve networking. Unfortunately the one I'm thinking of are controlled by the kernel so they would have to be done manually by…
-
Analyse the implications of decoupling BIC payment for throughput and Mana payment for tx execution on congestion control
-
root@hels:~/trafficserver-8.1.3# tail -f /usr/local/var/log/trafficserver/diags.log
[Dec 24 14:59:38.521] traffic_server NOTE: Initial OCSP refresh started
[Dec 24 14:59:38.521] traffic_server NOTE:…
-
Recovery bandwidth control is enforced on a per node basis. However as a cluster-level resource network congestion is a concern. When recovery is active it would be beneficial to share bandwidth usage…
-
Doing some prototyping using Quiche with WebTransport+BBR2, I found the datagram queue appeared to be ignored when assessing whether the app is limiting the bitrate:
1. QuicSession::datagram_queue_…