Infatti è stata aggiunta la variabile di configurazione "serverinstance_pending_connections_per_ip" che permette di limitare le connessioni dallo stesso ip, questo evita attacchi dos... ricordandosi ovviamente di non lasciarla su 0 che equivale a connessioni illimitate.
Codice:
=== Server Release 3.0.7.2 15 May 2013 + added serverinstance_pending_connections_per_ip variable which limits the number of concurrent pending (=new) connections allowed from the same ip. 0 means unlimited and is the default. Set to non null to combat dos attacks. Be aware this causes a dos attack in itself if the attacker spoofs the source ip.