|
Hi,
I am writing a IOCP socket application
allowing for 500 connections. If someone trying to hack into the server tries
hundreds of connections at one time, what is the best way to try to stop this?
Is there a way to only allow a backlog of simultaneously connections? This way
the server checks the IP address, then closes the connection if not on the
list.
Neil
|
_______________________________________________ msvc mailing list [email protected] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
