mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
description text correction
This commit is contained in:
parent
fa495e94c3
commit
1422da6516
@ -706,7 +706,7 @@ include("head.inc");
|
||||
</select><br>HINT: Select which type of state tracking mechanism you would like to use. If in doubt, use keep state.
|
||||
<p>
|
||||
<table width="90%">
|
||||
<tr><td width="25%"><ul><li>keep state</li></td><td>Works with TCP, UDP, and ICMP.</ul></td></tr>
|
||||
<tr><td width="25%"><ul><li>keep state</li></td><td>Works with all IP protocols.</ul></td></tr>
|
||||
<tr><td width="25%"><ul><li>modulate state</li></td><td>Works only with TCP. pfSense will generate strong Initial Sequence Numbers (ISNs) for packets matching this rule.</li></ul></td></tr>
|
||||
<tr><td width="25%"><ul><li>synproxy state</li></td><td>Proxies incoming TCP connections to help protect servers from spoofed TCP SYN floods. This option includes the functionality of keep state and modulate state combined.</ul></td></tr>
|
||||
<tr><td width="25%"><ul><li>none</li></td><td>do not use state mechanisms to keep track. This is only useful if you're doing advanced queueing in certain situations. Please check the documentation.</ul></td></tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user