This is a discussion on SYN cache in Linux within the Linux Networking forums, part of the Linux Forums category; Hello There is a syncache feature in FreeBSD kernel for mitigation of SYN flood attacks. Does it exist any implementation ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
korwin wrote:
> Hello > > There is a syncache feature in FreeBSD kernel for mitigation of SYN > flood attacks. Does it exist any implementation of this in Linux kernel? Well, using Syncookies (which are supported in the kernel) will mitigate SYN flood attacks. Robert |