Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Cedar/Protocol.h')
-rw-r--r--src/Cedar/Protocol.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Cedar/Protocol.h b/src/Cedar/Protocol.h
index 3ee86867..01a53bc2 100644
--- a/src/Cedar/Protocol.h
+++ b/src/Cedar/Protocol.h
@@ -261,6 +261,9 @@ struct WSP
#define MVPN_PACKET_TYPE_IPV4 1
#define MVPN_PACKET_TYPE_HEARTBEAT 254
+#define MVPN_ADDRESS_TYPE_STATIC "static"
+#define MVPN_ADDRESS_TYPE_DYNAMIC "dynamic"
+
#define MVPN_AUTHTYPE_ALL_SUPPORTED MVPN_AUTHTYPE_ANONYMOUS "," MVPN_AUTHTYPE_PASSWORD_PLAIN "," MVPN_AUTHTYPE_PASSWORD_MSCHAPV2 "," MVPN_AUTHTYPE_CERT