This data structure is part of the P2P Interface.
Remarks
Structure containing information about new packet queue size settings.
Properties
EOS_P2P_SetPacketQueueSizeOptions
Property | Value |
---|---|
int32_t ApiVersion | API Version: Set this to EOS_P2P_SETPACKETQUEUESIZE_API_LATEST. |
uint64_t IncomingPacketQueueMaxSizeBytes | The ideal maximum amount of bytes the Incoming packet queue can consume |
uint64_t OutgoingPacketQueueMaxSizeBytes | The ideal maximum amount of bytes the Outgoing packet queue can consume |