- fixed alot of bugs in child_proposal

- near to working state ;-)
This commit is contained in:
Martin Willi
2006-02-08 15:25:34 +00:00
parent 384efc76d5
commit c06dbbabd1
29 changed files with 1233 additions and 674 deletions
+2 -8
View File
@@ -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;