~swag/armagetronad/0.2.9-sty+ct+ap-fork

« back to all changes in this revision

Viewing changes to config/settings_dedicated.cfg

  • Committer: Voodoo
  • Date: 2011-07-28 18:46:18 UTC
  • mfrom: (563.24.161 merge)
  • Revision ID: voodoo-20110728184618-0djbrm75ftd07c4v
merge -r 1285..1297 lp:armagetronad/0.2.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
235
235
PING_FLOOD_TIME_50  20.0  # Minimum time for 50 ping packets to arrive.
236
236
PING_FLOOD_TIME_100 100.0 # Minimum time for 100 ping packets to arrive.
237
237
PING_FLOOD_GLOBAL   .1    # The same times, multiplied by this value, count for all pings from all machines. Negative values disable global flood protection.
 
238
CONNECTION_FLOOD_SENSITIVITY .1 # The times PING_FLOOD_TIME_X, multiplied by this value, count for all incoming messages from clients not connected already. A flood here activates turtle mode. Negative values disable global flood protection.
 
239
CONNECTION_LIMIT 100      # Maximum number of packets from unknown peers to handle at one 
 
240
ANTI_SPOOF 0              # If set to 1, checks connecting clients for spoofed IPs are done. Only clients passing a connectivity test are allowed in. This is done in turtle mode automatically, but may be useful to have on at all times.
 
241
 
238
242
 
239
243
# default settings for MOVE/KICK(_TO)
240
244