From cf2a6a42bce34bd0c14223cd9e86d2395d3bd01c Mon Sep 17 00:00:00 2001 From: dnobori Date: Thu, 20 Mar 2014 05:45:05 +0900 Subject: v4.06-9430-beta --- src/Cedar/Cedar.h | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) (limited to 'src/Cedar/Cedar.h') diff --git a/src/Cedar/Cedar.h b/src/Cedar/Cedar.h index c0f972da..b003af64 100644 --- a/src/Cedar/Cedar.h +++ b/src/Cedar/Cedar.h @@ -14,7 +14,6 @@ // Author: Daiyuu Nobori // Comments: Tetsuo Sugiyama, Ph.D. // -// // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // version 2 as published by the Free Software Foundation. @@ -85,6 +84,13 @@ // http://www.softether.org/ and ask your question on the users forum. // // Thank you for your cooperation. +// +// +// NO MEMORY OR RESOURCE LEAKS +// --------------------------- +// +// The memory-leaks and resource-leaks verification under the stress +// test has been passed before release this source code. // Cedar.h @@ -114,10 +120,10 @@ // Version number -#define CEDAR_VER 405 +#define CEDAR_VER 406 // Build Number -#define CEDAR_BUILD 9423 +#define CEDAR_BUILD 9430 // Beta number //#define BETA_NUMBER 3 @@ -137,11 +143,11 @@ // Specifies the build date #define BUILD_DATE_Y 2014 -#define BUILD_DATE_M 2 -#define BUILD_DATE_D 18 -#define BUILD_DATE_HO 19 -#define BUILD_DATE_MI 9 -#define BUILD_DATE_SE 44 +#define BUILD_DATE_M 3 +#define BUILD_DATE_D 20 +#define BUILD_DATE_HO 4 +#define BUILD_DATE_MI 8 +#define BUILD_DATE_SE 6 // Tolerable time difference #define ALLOW_TIMESTAMP_DIFF (UINT64)(3 * 24 * 60 * 60 * 1000) @@ -1003,6 +1009,8 @@ typedef struct CEDAR char CurrentDDnsFqdn[MAX_SIZE]; // FQDN of the current DDNS char OpenVPNPublicPorts[MAX_SIZE]; // OpenVPN public UDP port list LOCK *OpenVPNPublicPortsLock; // Lock of OpenVPN public UDP port list + LOCK *CurrentRegionLock; // Current region lock + char CurrentRegion[128]; // Current region } CEDAR; // Type of CEDAR -- cgit v1.2.3