ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.0.x/doc/reference.conf
(Generate patch)

Comparing hopm/trunk/doc/reference.conf (file contents):
Revision 5075 by michael, Mon Dec 22 16:24:45 2014 UTC vs.
Revision 5080 by michael, Mon Dec 22 19:00:47 2014 UTC

# Line 12 | Line 12 | options {
12          pidfile = "/some/path/hopm.pid";
13  
14          /*
15 <         * How many seconds to store the IP address of hosts which are
16 <         * confirmed (by previous scans) to be secure.  New users from these
15 >         * How long to store the IP address of hosts which are confirmed
16 >         * (by previous scans) to be secure.  New users from these
17           * IP addresses will not be scanned again until this amount of time
18           * has passed. IT IS STRONGLY RECOMMENDED THAT YOU DO NOT USE THIS
19           * DIRECTIVE, but it is provided due to demand.
# Line 25 | Line 25 | options {
25           *
26           * Keep this directive commented out to disable negative caching.
27           */
28 < #       negcache = 3600;
28 > #       negcache = 1 hour;
29  
30          /*
31           * Amount of file descriptors to allocate to asynchronous DNS.  64
# Line 466 | Line 466 | scanner {
466           * that send endless data to tie up your scanner.  4KB is plenty for
467           * any known proxy.
468           */
469 <        max_read = 4096;
469 >        max_read = 4kb;
470  
471          /*
472 <         * Amount of time (in seconds) before a test is considered timed out.
472 >         * Amount of time before a test is considered timed out.
473           * Again, all but the poorest slowest proxies will be detected within
474           * 30 seconds, and this helps keep resource usage low.
475           */
476 <        timeout = 30;
476 >        timeout = 30 seconds;
477  
478          /*
479           * Target IP to tell the proxy to connect to

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines