浏览代码

disable bbrv3

TheWildJames 2 月之前
父节点
当前提交
30a48b3f55
共有 2 个文件被更改,包括 4 次插入2 次删除
  1. 2 0
      .github/actions/networking/action.yml
  2. 2 2
      .github/config/RELEASE_NOTES.md

+ 2 - 0
.github/actions/networking/action.yml

@@ -95,6 +95,7 @@ runs:
         sed -i 's/CONFIG_IP_SET_MAX/65534/g' net/netfilter/ipset/ip_set_core.c
 
     - name: Apply BBRv3 Patch
+      if: false
       shell: bash
       working-directory: ${{ github.workspace }}/kernel/common
       run: |
@@ -126,6 +127,7 @@ runs:
         echo "✅ BBRv3 patches applied"
 
     - name: Enable BBRv3 Kernel Config
+      if: false
       uses: ./.github/actions/set-kernel-config
       with:
         config_list: |

+ 2 - 2
.github/config/RELEASE_NOTES.md

@@ -66,7 +66,7 @@ A lightweight, LXC-inspired container runtime for Android and Linux. Run full Li
 ## Networking
 
 - BBRv1 - Improved TCP congestion control
-- BBRv3 - Improved TCP congestion control (5.10-6.6, 6.12 coming soon!)
+- BBRv3 - Improved TCP congestion control (coming soon!)
 - Wireguard - Built-in VPN support
 - IP Set & IPv6 NAT Support - Advanced firewall capabilities
 - TTL Target Support - Network packet manipulation
@@ -93,7 +93,7 @@ Provide high-performance, low-latency synchronization primitives compatible with
 ## Changelog
 
 ### This Release
-- Added BBRv3 (5.10-6.6, 6.12 coming soon!)
+- Added BBRv3 (delayed)
 - Added NTSync
 - Ptrace Leak Fix - For kernels < 5.16
 - Unicode Fix - Prevent path traversal and other detections using non-printable Unicode codepoints [Experimental]