IPTABLES - Do you know a similar windows security wall?
NETSH ADVFIREWALL - How can I set the maximum number of connections for an ip address through?
How to use this commands with netsh advfirewall ?? - OR EX WINDOWS FIREWALL PROGRAM
iptables -A INPUT -p tcp --syn --dport 15100 -m connlimit --connlimit-above 15 --connlimit-mask 32 -j REJECT --reject-with tcp-reset
iptables -A INPUT -m state --state RELATED,ESTABLISHED -m limit --limit 150/second --limit-burst 160 -j ACCEPT