Skip to content

Commit

Permalink
Correct default value of PCAP_LOOP_SLEEP in man page
Browse files Browse the repository at this point in the history
The default value of PCAP_LOOP_SLEEP was misstated, a 0 was missed.
  • Loading branch information
jp-bennett committed Sep 12, 2017
1 parent a617502 commit e89d2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/fwknopd.man.asciidoc
Expand Up @@ -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
Expand Down

0 comments on commit e89d2c3

Please sign in to comment.