blockcheck: display timestamp enable message

This commit is contained in:
bol-van
2025-07-31 13:57:13 +03:00
parent 8026d11f71
commit 2d704a859d

View File

@@ -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
;;
*)