Meant the default timeouts. Such as:
set timeout tcp.first 2
set timeout tcp.established 3600
set timeout tcp.closing 2
set timeout tcp.closed 600
set timeout udp.first 2
set timeout udp.multiple 3600
set timeout icmp.first 2
set timeout other.first 2
set timeout other.multiple 3600
set timeout adaptive.start 20000
set timeout adaptive.end 220000
I am playing with 2.0, looks pretty good. Took a patch from FreeBSD mainline to support my 8 port serial card. Had to recompile the kernel with puc enabled for it to work, but it works like a charm. Overloading dumps excess entries into a table, which can be used for later processing. For example, I have different uplinks wrapped in different 802.1Q tags. When something passes reverse path verification (something else I can't yet locate), and exceeds 90 syns/min, it dumps the IP into the synflood table. 5 minutes later, it's removed.
I live in the CLI. However, the guy that pays my bills does not, and most of the people on my team are specialized in a specific talent. This means a GUI is needed. pfSense has impressed me, and once I become familiar with its source, I do plan on submitted many a patch.