diff options
Diffstat (limited to 'Source/charon/daemon.h')
-rw-r--r-- | Source/charon/daemon.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/Source/charon/daemon.h b/Source/charon/daemon.h index cbe1ab03d..0b474eab6 100644 --- a/Source/charon/daemon.h +++ b/Source/charon/daemon.h @@ -51,7 +51,7 @@ /** * UDP Port on which the daemon will listen for incoming traffic. */ -#define IKEV2_UDP_PORT 500 +#define IKEV2_UDP_PORT 4501 /** * @brief First retransmit timeout in milliseconds. @@ -73,19 +73,13 @@ */ #define MAX_RETRANSMIT_COUNT 0 - -/** - * Max number of primes to precompute per prime type. - */ -#define PRIME_PRE_COMPUTATION_LIMIT 5 - /** * @brief Default loglevel for every logger context. * * This is the maximum allowed level for ever context, the definiton * of the context may be less verbose. */ -#define DEFAULT_LOGLEVEL CONTROL | ERROR | AUDIT +#define DEFAULT_LOGLEVEL CONTROL | ERROR | AUDIT | FULL typedef struct daemon_t daemon_t; |