Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 29281
Collapse All | Expand All

(-)gentoo-security-1.16.xml (-1 / +1 lines)
Lines 2334-2340 Link Here
2334
</p>
2334
</p>
2335
2335
2336
<p>
2336
<p>
2337
This is where the rate limit becomes handy. It is possible to limit the number of SYN packets from a single source but using the <c>-m limit --limit 1/s</c>. This will limit the SYN packets to one per source and therefor restricting the SYN flood on our resources.
2337
This is where the rate limit becomes handy. It is possible to limit the rate of accepted SYN packets by using the <c>-m limit --limit 1/s</c>. This will limit the number of SYN packets accepted to one per second and therefor restricting the SYN flood on our resources.
2338
</p>
2338
</p>
2339
2339
2340
<p>
2340
<p>

Return to bug 29281