diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-12-02 15:40:04 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-12-02 15:40:04 +0000 |
commit | 94b0f906e6a97f1130170351cb9ec2a48df7f4a5 (patch) | |
tree | eaf4bb81a86d32f0bad6695598d64261500adb26 /Source/charon/daemon.h | |
parent | a0fb67f500cf3d459ed133f71ef08dd4366f83ac (diff) | |
download | strongswan-94b0f906e6a97f1130170351cb9ec2a48df7f4a5.tar.bz2 strongswan-94b0f906e6a97f1130170351cb9ec2a48df7f4a5.tar.xz |
fixed different bugs when checking out ike sa and retransmitting
requests
Diffstat (limited to 'Source/charon/daemon.h')
-rw-r--r-- | Source/charon/daemon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/daemon.h b/Source/charon/daemon.h index 1b5048282..98d366ce9 100644 --- a/Source/charon/daemon.h +++ b/Source/charon/daemon.h @@ -54,7 +54,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. |