用户工具

站点工具


freebsd:freebsd_bbr

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录前一修订版
后一修订版
前一修订版
freebsd:freebsd_bbr [2026/07/19 00:44] – 修改符合现代系统的改动 Hshhfreebsd:freebsd_bbr [2026/08/07 02:27] (当前版本) Hshh
行 39: 行 39:
  
 ==== 一些优化参数 ==== ==== 一些优化参数 ====
-20241205关闭 net.inet.tcp.bbr.measure.use_google 后, 大多数情况不会出现断流<del>, 极小概率在某个系统出现极低速(该问题是接收端其他bug导致)</del>+== 20241205 == 
 +关闭 net.inet.tcp.bbr.measure.use_google 后, 大多数情况不会出现断流<del>, 极小概率在某个系统出现极低速(该问题是接收端其他bug导致)</del>
 <code> <code>
 net.inet.tcp.bbr.measure.use_google=0 net.inet.tcp.bbr.measure.use_google=0
 </code> </code>
  
-20260719可以通过优化 net.inet.tcp.bbr.cwnd.tar_rtt net.inet.tcp.bbr.cwnd.highspeed_min net.inet.tcp.bbr.cwnd.max_target_limit net.inet.tcp.bbr.probertt.cwnd, 使其在快速网络中接近 linux 的水平, 但是还是没 linux 能打+== 20260719 == 
 +可以通过优化 net.inet.tcp.bbr.cwnd.highspeed_min net.inet.tcp.bbr.cwnd.max_target_limit net.inet.tcp.bbr.probertt.cwnd, 使其在快速网络中接近 linux 的水平, 但是还是没 linux 能打
   * 1Gbps   * 1Gbps
 <code> <code>
-net.inet.tcp.bbr.cwnd.tar_rtt=3 
 # 1Gbps # 1Gbps
 net.inet.tcp.bbr.cwnd.highspeed_min=128 net.inet.tcp.bbr.cwnd.highspeed_min=128
行 58: 行 59:
   * 2.5Gbps   * 2.5Gbps
 <code> <code>
-net.inet.tcp.bbr.cwnd.tar_rtt=3 
 # 1Gbps # 1Gbps
 kern.ipc.maxsockbuf=33554432 kern.ipc.maxsockbuf=33554432
行 70: 行 70:
   * 10Gbps   * 10Gbps
 <code> <code>
-net.inet.tcp.bbr.cwnd.tar_rtt=3 
 # 10Gbps # 10Gbps
 kern.ipc.maxsockbuf=67108864 kern.ipc.maxsockbuf=67108864
行 80: 行 79:
 net.inet.tcp.sendspace=4194304 net.inet.tcp.sendspace=4194304
 </code> </code>
 +
 +== 20260807 ==
 +关于这个参数 net.inet.tcp.bbr.cwnd.tar_rtt, 测试出来有些争议, 移除了.
  
 {{tag>freebsd bbr rack}} {{tag>freebsd bbr rack}}
freebsd/freebsd_bbr.1784393093.txt.gz · 最后更改: Hshh