 |
EAuthenticationMode |
AuthenticationMode |
Holds flag indicating whether the server should authenticate clients. |
 |
FString |
Certificate |
Holds the certificate for Quic communication. |
 |
uint32 |
ConnCooldownMaxAttempts |
Holds the maximum attempts until the connection cooldown is triggered. |
 |
uint32 |
ConnCooldownMaxSec |
Holds the maximum connection cooldown in seconds. |
 |
EConnectionCooldownMode |
ConnCooldownMode |
Holds flag indicating whether there is a cooldown for connection attempts. |
 |
uint32 |
ConnCooldownPeriodSec |
Holds the time period in seconds within the max attempts must happen. |
 |
uint32 |
ConnCooldownSec |
Holds the connection cooldown in seconds. |
 |
uint32 |
MaxAuthenticationMessageSize |
Holds the maximum authentication message size. |
 |
FString |
PrivateKey |
Holds the private key. |