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/Session.h')
-rw-r--r--src/Cedar/Session.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Cedar/Session.h b/src/Cedar/Session.h
index 5fca38ee..d12fede5 100644
--- a/src/Cedar/Session.h
+++ b/src/Cedar/Session.h
@@ -185,6 +185,7 @@ struct SESSION
THREAD *Thread; // Management thread
CONNECTION *Connection; // Connection
char ClientIP[64]; // Client IP
+ UINT ClientPort; // Client Port
CLIENT_OPTION *ClientOption; // Client connection options
CLIENT_AUTH *ClientAuth; // Client authentication data
volatile bool Halt; // Halting flag