aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/daemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/charon/daemon.h')
-rw-r--r--src/charon/daemon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/charon/daemon.h b/src/charon/daemon.h
index 9dc29470b..9da7953f0 100644
--- a/src/charon/daemon.h
+++ b/src/charon/daemon.h
@@ -172,9 +172,9 @@ typedef struct daemon_t daemon_t;
#define DAEMON_NAME "charon"
/**
- * Number of threads in the thread pool.
+ * Number of threads in the thread pool, if not specified in config.
*/
-#define WORKER_THREADS 16
+#define DEFAULT_THREADS 16
/**
* UDP Port on which the daemon will listen for incoming traffic.