Navigation
API > API/Plugins > API/Plugins/QuicMessagingTransport
Inheritance Hierarchy
- FQuicEndpointConfig
- FQuicServerConfig
References
| Module | QuicMessagingTransport |
| Header | /Engine/Plugins/Experimental/QuicMessaging/Source/QuicMessagingTransport/Public/QuicEndpointConfig.h |
| Include | #include "QuicEndpointConfig.h" |
Syntax
struct FQuicServerConfig : public FQuicEndpointConfig
Variables
| Type | Name | Description | |
|---|---|---|---|
| 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. |