kuoruan / shell-scripts

Linux Shell Scripts
Apache License 2.0
1.18k stars 541 forks source link

TCP fast open 支持 #20

Open hhding opened 5 years ago

hhding commented 5 years ago

修改下列参数: 原始内容: LKL_HIJACK_SYSCTL='net.ipv4.tcp_congestion_control=bbr;net.ipv4.tcp_wmem=4096 65536 67108864' 修改为: LKL_HIJACK_SYSCTL='net.ipv4.tcp_congestion_control=bbr;net.ipv4.tcp_fastopen=3;net.ipv4.tcp_wmem=4096 65536 67108864' 另外,haproxy 的 bind 需要加 tfo 从 bind 10.0.0.2:${ports} 修改为: bind 10.0.0.2:${ports} tfo

sxml commented 5 years ago

以前用你博客 一键安装 然后都是 在服务器 ./kcptun.sh update 更新# 现在怎么设置开启tcp 呢? https://blog.kuoruan.com/110.html

kuoruan commented 5 years ago

@sxml 新版脚本已经支持,重新配置一下即可