- added payload CERT

- cleaned code of different states
- added additional notify handling
This commit is contained in:
Jan Hutter
2005-12-05 12:21:38 +00:00
parent 3ebebc5e96
commit f6ba78c370
29 changed files with 861 additions and 95 deletions
+2 -2
View File
@@ -55,7 +55,7 @@
* Port on which the daemon will
* listen for incoming traffic.
*/
#define IKEV2_UDP_PORT 4500
#define IKEV2_UDP_PORT 500
/**
* First retransmit timeout in milliseconds.
@@ -72,7 +72,7 @@
* maximum allowed level for ever context, the definiton
* of the context may be less verbose.
*/
#define DEFAULT_LOGLEVEL CONTROL
#define DEFAULT_LOGLEVEL CONTROL | ERROR
typedef struct daemon_t daemon_t;