# ts fooling requires timestamps. they are disabled by default in windows.
netsh interface tcp set global timestamps=enabled >/dev/null
;;
*)
echo$UNAME not supported
@ -1195,6 +1197,7 @@ warn_fool()
echo"WARNING ! fakedsplit/fakeddisorder with md5sig fooling and low split position causes MTU overflow with multi-segment TLS (kyber)"
;;
datanoack)echo'WARNING ! although datanoack fooling worked it may break NAT and may only work with external IP. Additionally it may require nftables to work correctly.';;
ts)echo'WARNING ! although ts fooling worked it will not work without timestamps being enabled in the client OS. In windows timestamps are DISABLED by default.'