Correct default value of PCAP_LOOP_SLEEP in man page
The default value of PCAP_LOOP_SLEEP was misstated, a 0 was missed.
This commit is contained in:
parent
a617502b25
commit
e89d2c38e0
@ -435,7 +435,7 @@ the '@sysconfdir@/fwknop/fwknopd.conf' file for additional details.
|
||||
|
||||
*PCAP_LOOP_SLEEP* '<microseconds>'::
|
||||
Sets the number of microseconds to passed as an argument to usleep() in
|
||||
the pcap loop. The default is 10000, or 1/10th of a second.
|
||||
the pcap loop. The default is 100000, or 1/10th of a second.
|
||||
|
||||
*ENABLE_PCAP_ANY_DIRECTION* '<Y/N>'::
|
||||
Controls whether fwknopd is permitted to sniff SPA packets regardless of
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user