MantisBT - Zandronum
View Issue Details
0001771Zandronum[All Projects] Suggestionpublic2014-04-06 02:082015-04-01 12:33
AlienOverlord 
 
normalminorN/A
newopen 
1.2 
 
0001771: Lowering the flood limit for server query protocol
Basically it'd be cool if clients were allowed to send about two query packets per second (possibly limited to version flag).

That way we'd be able to create a pair of custom client/server with protocol enhancements, then from our client query server's version and act accordingly.

Right now the client would bump into flood protection unless it waits 10 seconds before trying to connect (including reconnect attempts).
No tags attached.
Issue History
2014-04-06 02:08AlienOverlordNew Issue
2014-04-08 10:21DuskNote Added: 0008522
2014-04-08 10:21DuskStatusnew => feedback
2014-04-08 10:21DuskPriorityhigh => normal
2014-04-08 10:21DuskSeveritymajor => minor
2014-07-12 09:45Torr SamahoProduct Version2.0-beta => 1.2
2015-04-01 12:32AlienOverlordNote Added: 0011968
2015-04-01 12:32AlienOverlordStatusfeedback => new
2015-04-01 12:32AlienOverlordNote Edited: 0011968bug_revision_view_page.php?bugnote_id=11968#r6880
2015-04-01 12:32AlienOverlordNote Edited: 0011968bug_revision_view_page.php?bugnote_id=11968#r6881
2015-04-01 12:33AlienOverlordNote Edited: 0011968bug_revision_view_page.php?bugnote_id=11968#r6882
2015-04-01 12:33AlienOverlordNote Edited: 0011968bug_revision_view_page.php?bugnote_id=11968#r6883

Notes
(0008522)
Dusk   
2014-04-08 10:21   
Got any example of this? The ticket is very vague as-is and doesn't explain why exactly this is necessary.
(0011968)
AlienOverlord   
2015-04-01 12:32   
(edited on: 2015-04-01 12:33)
Example... No example, but the point was that client for example sends a packet to ask server's version, and immediately sends normal client connect packet.

This could be used to have custom servers and "combined" clients that can both work with normal and custom servers. It can be achieved in other ways too, it's just that this is easier.