pf.conf 设置参数的默认值

ibr*_*him 2 openbsd pf

我想学习这些参数的默认值,我看了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
Run Code Online (Sandbox Code Playgroud)

Jan*_*nen 5

要列出所有值,请尝试

pfctl -s all
Run Code Online (Sandbox Code Playgroud)

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

pfctl -s memory
Run Code Online (Sandbox Code Playgroud)

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

pfctl -s timeouts
Run Code Online (Sandbox Code Playgroud)

出于好奇:您确定需要调整这些值吗?如果仅仅列出这些值对您来说并不熟悉,您确定您可以超越默认值吗?