pf.conf的默认值设置参数

我想学习这些参数的默认值,我读了pf.conf的手册,但找不到,你能帮忙吗?

set limit states set limit src-nodes set timeout tcp.first set timeout tcp.established set timeout tcp.closing set timeout tcp.finwait set timeout tcp.closed set timeout udp.first set timeout udp.multiple set timeout udp.single set timeout adaptive.start set timeout adaptive.end set timeout interval 

要列出所有值,请尝试

 pfctl -s all 

要仅列出您请求的限制,请尝试

 pfctl -s memory 

要仅列出您请求的超时,请尝试

 pfctl -s timeouts 

出于好奇:你确定你需要调整这些值吗? 你确定你可以智取默认值,如果仅仅列出值不是你熟悉的?

许多如果你想知道的默认设置可以在PF常见问题的运行时选项章节中find