Browse Source

Update COMMON-MISTAKES.md

Stanislav Denisov 5 years ago
parent
commit
ac96479f2f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      COMMON-MISTAKES.md

+ 1 - 1
COMMON-MISTAKES.md

@@ -31,4 +31,4 @@ Always flush the host before the end of a session to ensure that all enqueued pa
 
 8. Unreliable packets are dropped significantly under simulation of latency.
 
-If the simulated delay/ping is applied in the middle of the process, but not before connection establishment, then unreliable packets will be throttled if simulated latency exceeds the threshold (20 ms by default between service updates). See the description of `Peer.ConfigureThrottle()` for details and parameters tuning.
+If the simulated delay/ping is applied in the middle of the process, but not before connection establishment, then unreliable packets will be throttled if simulated latency exceeds the threshold (40 ms by default between service updates). See the description of `Peer.ConfigureThrottle()` for details and parameters tuning.