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