aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/daemon.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2006-02-08 15:25:34 +0000
committerMartin Willi <martin@strongswan.org>2006-02-08 15:25:34 +0000
commitc06dbbabd1498d614d4db88bb4205e2afcd6dab8 (patch)
tree694e4df33baf70813367276b6956d9e6a714742e /Source/charon/daemon.h
parent384efc76d58eea98648988045de413a6cc027dff (diff)
downloadstrongswan-c06dbbabd1498d614d4db88bb4205e2afcd6dab8.tar.bz2
strongswan-c06dbbabd1498d614d4db88bb4205e2afcd6dab8.tar.xz
- fixed alot of bugs in child_proposal
- near to working state ;-)
Diffstat (limited to 'Source/charon/daemon.h')
-rw-r--r--Source/charon/daemon.h10
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;