From 2f0ac830310a8abb80753fa9457ac67108b51ce8 Mon Sep 17 00:00:00 2001 From: Will Corby Date: Tue, 25 Feb 2025 20:23:49 -0800 Subject: [PATCH] Update Util.cs --- SteamTransport/Util.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SteamTransport/Util.cs b/SteamTransport/Util.cs index 3d884917..39c8b58d 100644 --- a/SteamTransport/Util.cs +++ b/SteamTransport/Util.cs @@ -67,7 +67,7 @@ public static class Util } }); - // 50% change of doing all, delay .5 seconds + // 20% change of doing all, all delays are 200 ms. leads to about 1 second of rtt ping if enables on both ends. if (transport.DoFakeNetworkErrors) { var floatHandle = GCHandle.Alloc((float)20, GCHandleType.Pinned);