From 01f7c57d72b6ae4c839e7cd282110e2cd1e288ac Mon Sep 17 00:00:00 2001 From: mereith Date: Wed, 20 Nov 2024 14:10:39 +0800 Subject: [PATCH] fix --- index.html | 53 ++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 44 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index 680fcb3..d6036d7 100644 --- a/index.html +++ b/index.html @@ -75,34 +75,69 @@

计算结果:

BDP (比特) = bits

BDP (字节) = bytes

+
+ + + + +

建议的 TCP 缓冲区设置:

net.ipv4.tcp_wmem="4096 16384 "

net.ipv4.tcp_rmem="4096 87380 "

+ +