From f6ba78c370794ea8247b33752a8dbe930b19df1e Mon Sep 17 00:00:00 2001 From: Jan Hutter Date: Mon, 5 Dec 2005 12:21:38 +0000 Subject: - added payload CERT - cleaned code of different states - added additional notify handling --- Source/charon/daemon.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/charon/daemon.h') 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; -- cgit v1.2.3