From c06dbbabd1498d614d4db88bb4205e2afcd6dab8 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Wed, 8 Feb 2006 15:25:34 +0000 Subject: - fixed alot of bugs in child_proposal - near to working state ;-) --- Source/charon/daemon.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'Source/charon/daemon.h') 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; -- cgit v1.2.3