From 9d8ee398c3df838e86dde78ef2e3863430a0e12c Mon Sep 17 00:00:00 2001 From: bol-van Date: Wed, 8 Oct 2025 16:32:56 +0300 Subject: [PATCH] Revert "blockcheck: enable ECN in windows" This reverts commit 4d35d8d1ece8ec13d25dccd476790aa8b7bbfc90. --- blockcheck.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/blockcheck.sh b/blockcheck.sh index 3299baa9..707dbb56 100755 --- a/blockcheck.sh +++ b/blockcheck.sh @@ -400,9 +400,6 @@ check_system() # ts fooling requires timestamps. they are disabled by default in windows. echo enabling tcp timestamps netsh interface tcp set global timestamps=enabled >/dev/null - # they may not enable additional fake protection if ECN is enabled - echo enabling ECN - netsh int tcp set global ecn=enabled >/dev/null ;; *) echo $UNAME not supported