summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2007-11-20 00:29:16 +0000
committerChris Buechler <cmb@pfsense.org>2007-11-20 00:29:16 +0000
commitc62ff4e70f92a63a3b17d4d9f781de79cc197131 (patch)
tree064c29360986fe15b7ba6e4c45d111ec7cc382b1 /usr
parent19886913783e5185794bcf5b7f32ff8c28fb1359 (diff)
downloadpfsense-c62ff4e70f92a63a3b17d4d9f781de79cc197131.zip
pfsense-c62ff4e70f92a63a3b17d4d9f781de79cc197131.tar.gz
description text correction
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/firewall_rules_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index 2ee2362..7bc020e 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -705,7 +705,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>
OpenPOWER on IntegriCloud