From 2d704a859dd2d562f9739bb34ba7b49cf90673e1 Mon Sep 17 00:00:00 2001 From: bol-van Date: Thu, 31 Jul 2025 13:57:13 +0300 Subject: [PATCH] blockcheck: display timestamp enable message --- blockcheck.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/blockcheck.sh b/blockcheck.sh index 40dc31d..33c576e 100755 --- a/blockcheck.sh +++ b/blockcheck.sh @@ -397,6 +397,7 @@ check_system() PKTWSD=winws FWTYPE=windivert # ts fooling requires timestamps. they are disabled by default in windows. + echo enabling tcp timestamps netsh interface tcp set global timestamps=enabled >/dev/null ;; *)