I'm having a lot of problems with my MINA-based server being subjected to DDoS attacks. Notably running out of file descriptors ! I have implemented a ConnectionThrottleFilter which closes sessions that are identified as illegal, which is working well, but doesn't solve the file descriptor issue.
Is it possible to prevent a socket from even being opened with MINA, instead of just applying filters to already open sessions ? Thanks for the help. -- View this message in context: http://www.nabble.com/Stopping-connections-from-being-opened--tf4703398s16868.html#a13444051 Sent from the Apache MINA Support Forum mailing list archive at Nabble.com.
