mirror of
https://git.code.sf.net/p/quake/website
synced 2025-02-17 17:31:39 +00:00
second draft
This commit is contained in:
parent
dbdfebd4e7
commit
4be2a2864a
1 changed files with 5 additions and 5 deletions
|
@ -21,11 +21,11 @@
|
||||||
<P>
|
<P>
|
||||||
The speed cheat works by the client lying to the server
|
The speed cheat works by the client lying to the server
|
||||||
about how much time has passed since the last packet
|
about how much time has passed since the last packet
|
||||||
sent. Therefore, the cheat detection is simple. For a
|
was sent. Therefore, the cheat detection is simple.
|
||||||
period of say, 30 seconds, QuakeForge adds up the times
|
For a period of say, 30 seconds, QuakeForge adds up the
|
||||||
from all the movement packets received from a specific
|
times from all the movement packets received from a
|
||||||
client. If the client says that more then 30 seconds
|
specific client. If the client says that more then 30
|
||||||
passed in 30 seconds, a red flag is raised.
|
seconds have passed in 30 seconds, a red flag is raised.
|
||||||
<h3>Are there any problems with this?</h3>
|
<h3>Are there any problems with this?</h3>
|
||||||
<p>
|
<p>
|
||||||
Sadly the Windows QuakeWorld clients before 2.33 had a
|
Sadly the Windows QuakeWorld clients before 2.33 had a
|
||||||
|
|
Loading…
Reference in a new issue