mitigate udp flood
by pingu_penguin from LinuxQuestions.org on (#4Z5BR)
I have a application which is the victim of a udp flood.
Unfortunately I am not allowed to share the intricate details of my setup.
I would like to limit the packet rate without using much processing overhead and save some resources.
Is it advisable to go for :
1. hitcount method using xt_recent module
or
2. connlimit module to limit packets per second.
thanks for your inputs.


Unfortunately I am not allowed to share the intricate details of my setup.
I would like to limit the packet rate without using much processing overhead and save some resources.
Is it advisable to go for :
1. hitcount method using xt_recent module
or
2. connlimit module to limit packets per second.
thanks for your inputs.