[Python-apps-commits] r6710 - in packages/pyrit/trunk/debian (config.example)

chrisk-guest at users.alioth.debian.org chrisk-guest at users.alioth.debian.org
Sat Feb 26 18:48:32 UTC 2011


    Date: Saturday, February 26, 2011 @ 18:48:30
  Author: chrisk-guest
Revision: 6710

Update example config to reflect new upstream version

Modified:
  packages/pyrit/trunk/debian/config.example

Modified: packages/pyrit/trunk/debian/config.example
===================================================================
--- packages/pyrit/trunk/debian/config.example	2011-02-26 18:46:16 UTC (rev 6709)
+++ packages/pyrit/trunk/debian/config.example	2011-02-26 18:48:30 UTC (rev 6710)
@@ -14,7 +14,7 @@
 
 ## Whether to start an RPC server on TCP+UDP port 17935 or not
 ## This is required if you want to use rpc_knownclients above.
-# rpc_server = true
+# rpc_server = false
 
 ## Announce presence to knownclients via UDP-unicast
 # rpc_announce = true
@@ -22,7 +22,11 @@
 ## Announce presence to knownclients via UDP-broadcast
 # rpc_announce_broadcast = false
 
-## Limit the number of CPU cores used by Pyrit. This option is primarily used
-## during the Debian build process, you'll rarely want to limit this. 0 means
-## use all available cores. 
+## Maximum size of workunits (a workunit is an ESSID and a list of passwords to
+## check). This value is used by the internal scheduler when assigning jobs to
+## individual cores. Upper limit is 1000000.
+# workunit_size = 75000
+
+## Limit the number of CPU cores used by Pyrit. 0 means use all available
+## cores. 
 # limit_ncpus = 0




More information about the Python-apps-commits mailing list