mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-13 11:14:59 +03:00
v4.14-9529-beta
This commit is contained in:
@ -188,6 +188,7 @@ struct SESSION
|
||||
bool InProcMode; // In-process mode
|
||||
THREAD *Thread; // Management thread
|
||||
CONNECTION *Connection; // Connection
|
||||
char ClientIP[64]; // Client IP
|
||||
CLIENT_OPTION *ClientOption; // Client connection options
|
||||
CLIENT_AUTH *ClientAuth; // Client authentication data
|
||||
volatile bool Halt; // Halting flag
|
||||
|
Reference in New Issue
Block a user