diff options
Diffstat (limited to 'Source/charon/daemon.h')
-rw-r--r-- | Source/charon/daemon.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/charon/daemon.h b/Source/charon/daemon.h index 3e010de2d..6173b6d08 100644 --- a/Source/charon/daemon.h +++ b/Source/charon/daemon.h @@ -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; |