From 1422da6516db5eca9af4d42fa9bd32e9bcfdfccd Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Tue, 20 Nov 2007 00:29:07 +0000 Subject: [PATCH] description text correction --- usr/local/www/firewall_rules_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php index 03c4c2e19f..cf45d314fa 100755 --- a/usr/local/www/firewall_rules_edit.php +++ b/usr/local/www/firewall_rules_edit.php @@ -706,7 +706,7 @@ include("head.inc");
HINT: Select which type of state tracking mechanism you would like to use. If in doubt, use keep state.

- +
  • keep state
Works with TCP, UDP, and ICMP.
  • keep state
Works with all IP protocols.
  • modulate state
Works only with TCP. pfSense will generate strong Initial Sequence Numbers (ISNs) for packets matching this rule.
  • synproxy state
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.
  • none
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.