[quake3-commits] [ioquake/ioq3] dd82b9: Fix case where interval overflows (thanks jackeri)
Tim Angus
tim at ngus.net
Mon Dec 29 14:08:31 EST 2014
Branch: refs/heads/master
Home: https://github.com/ioquake/ioq3
Commit: dd82b9d1a8d0cf492384617aff4712a683e70007
https://github.com/ioquake/ioq3/commit/dd82b9d1a8d0cf492384617aff4712a683e70007
Author: Tim Angus <tim at ngus.net>
Date: 2014-12-29 (Mon, 29 Dec 2014)
Changed paths:
M code/server/sv_main.c
Log Message:
-----------
Fix case where interval overflows (thanks jackeri)
[17:58] <Jacker> hey, you might be interested in checking out this
https://github.com/etlegacy/etlegacy/commit/4da5a397b5994bfe5fddb9dad35bef5ddbea64c9#diff-acaedc9d8b492f9af8966ae68597392cR615
[17:58] <Jacker> its related to the ddos protection code you wrote
[17:59] <Jacker> in continuation to:
ab9b08e5845b0ff19814c996ad0cfb1dccab2790
[17:59] <Jacker> in a case if the client has in the past connected to
the server days/weeks earlier and time wraps the client wont be able to
connect
[18:00] <Jacker> since in that case if the bucket of that clients ip
still exists it wont get checked correctly
More information about the quake3-commits
mailing list