mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2026-05-03 20:29:28 +03:00
Add radius retry timeout in configuration
This commit is contained in:
@@ -259,6 +259,7 @@ struct RPC_RADIUS
|
||||
UINT RadiusPort; // Radius port number
|
||||
char RadiusSecret[MAX_PASSWORD_LEN + 1]; // Secret key
|
||||
UINT RadiusRetryInterval; // Radius retry interval
|
||||
UINT RadiusRetryTimeout; // Radius retry timeout
|
||||
};
|
||||
|
||||
// Specify the HUB
|
||||
|
||||
Reference in New Issue
Block a user