try to fix

This commit is contained in:
WilliamPeterMatthew
2025-06-01 22:06:37 +08:00
parent 826a907334
commit 6f4e1986d8
+1 -1
View File
@@ -11,7 +11,7 @@ match = re.search(r'(\d+)\.(\d+)', kernel_ver)
cmv, csv = (int(match.group(1)), int(match.group(2))) if match else (0, 0)
TFO = ""
if cmv >= 3 and csv > 7:
tfo = "--tcp-fast-open"
TFO = "--tcp-fast-open"
ARGS=os.getenv("ARGS","")