aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/daemon.h
diff options
context:
space:
mode:
authorJan Hutter <jhutter@hsr.ch>2005-12-05 12:21:38 +0000
committerJan Hutter <jhutter@hsr.ch>2005-12-05 12:21:38 +0000
commitf6ba78c370794ea8247b33752a8dbe930b19df1e (patch)
tree8aaeb98d0c3702610e37a7e5ced5f9b76a30696c /Source/charon/daemon.h
parent3ebebc5e963afed1242192f4fa440c177daee4bc (diff)
downloadstrongswan-f6ba78c370794ea8247b33752a8dbe930b19df1e.tar.bz2
strongswan-f6ba78c370794ea8247b33752a8dbe930b19df1e.tar.xz
- added payload CERT
- cleaned code of different states - added additional notify handling
Diffstat (limited to 'Source/charon/daemon.h')
-rw-r--r--Source/charon/daemon.h4
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;