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/Connection.h')
-rw-r--r--src/Cedar/Connection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Cedar/Connection.h b/src/Cedar/Connection.h
index 2b1f8091..f1fde638 100644
--- a/src/Cedar/Connection.h
+++ b/src/Cedar/Connection.h
@@ -300,6 +300,7 @@ struct CONNECTION
char *CipherName; // Encryption algorithm name
UINT64 ConnectedTick; // Time it is connected
IP ClientIp; // Client IP address
+ UINT ClientPort; // Client Port number
char ClientHostname[MAX_HOST_NAME_LEN + 1]; // Client host name
UINT Type; // Type
bool DontUseTls1; // Do not use TLS 1.0