mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-13 11:14:59 +03:00
v4.07-9448-rtm
This commit is contained in:
@ -397,6 +397,7 @@ void NewSessionKey(CEDAR *cedar, UCHAR *session_key, UINT *session_key_32);
|
||||
SESSION *GetSessionFromKey(CEDAR *cedar, UCHAR *session_key);
|
||||
SESSION *GetSessionFromKey32(CEDAR *cedar, UINT key32);
|
||||
void DebugPrintSessionKey(UCHAR *session_key);
|
||||
bool IsIpcMacAddress(UCHAR *mac);
|
||||
void ClientAdditionalConnectChance(SESSION *s);
|
||||
void SessionAdditionalConnect(SESSION *s);
|
||||
void ClientAdditionalThread(THREAD *t, void *param);
|
||||
|
Reference in New Issue
Block a user