mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2026-02-21 01:50:08 +03:00
v4.10-9505-beta
This commit is contained in:
@ -119,6 +119,7 @@ struct LINK
|
||||
bool Started; // Running flag
|
||||
volatile bool Halting; // Halting flag
|
||||
bool Offline; // Offline
|
||||
bool NoOnline; // Do not set to online flag
|
||||
REF *ref; // Reference counter
|
||||
LOCK *lock; // Lock
|
||||
CEDAR *Cedar; // Cedar
|
||||
@ -129,9 +130,14 @@ struct LINK
|
||||
CLIENT_AUTH *Auth; // Authentication data
|
||||
POLICY *Policy; // Policy
|
||||
QUEUE *SendPacketQueue; // Transmission packet queue
|
||||
UINT CurrentSendPacketQueueSize; // Current send packet queue size
|
||||
UINT LastError; // Last error
|
||||
bool CheckServerCert; // To check the server certificate
|
||||
X *ServerCert; // Server certificate
|
||||
bool LockFlag; // Lock flag
|
||||
bool *StopAllLinkFlag; // Stop all link flag
|
||||
UINT LastServerConnectionReceivedBlocksNum; // Last server connection recv queue num
|
||||
UINT Flag1;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user