mirror of
https://github.com/bol-van/zapret.git
synced 2025-12-07 03:56:50 +03:00
Revert "blockcheck: enable ECN in windows"
This reverts commit 4d35d8d1ec.
This commit is contained in:
@@ -400,9 +400,6 @@ check_system()
|
|||||||
# ts fooling requires timestamps. they are disabled by default in windows.
|
# ts fooling requires timestamps. they are disabled by default in windows.
|
||||||
echo enabling tcp timestamps
|
echo enabling tcp timestamps
|
||||||
netsh interface tcp set global timestamps=enabled >/dev/null
|
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
|
echo $UNAME not supported
|
||||||
|
|||||||
Reference in New Issue
Block a user