This data structure is part of the P2P Interface.
Remarks
Information related to the current state of the packet queues. It is possible for the current size to be larger than the maximum size if the maximum size changes or if the maximum queue size is set to EOS_P2P_MAX_QUEUE_SIZE_UNLIMITED.
Properties
EOS_P2P_PacketQueueInfo
Property | Value |
---|---|
uint64_t IncomingPacketQueueMaxSizeBytes | The maximum size in bytes of the incoming packet queue |
uint64_t IncomingPacketQueueCurrentSizeBytes | The current size in bytes of the incoming packet queue |
uint64_t IncomingPacketQueueCurrentPacketCount | The current number of queued packets in the incoming packet queue |
uint64_t OutgoingPacketQueueMaxSizeBytes | The maximum size in bytes of the outgoing packet queue |
uint64_t OutgoingPacketQueueCurrentSizeBytes | The current size in bytes of the outgoing packet queue |
uint64_t OutgoingPacketQueueCurrentPacketCount | The current amount of queued packets in the outgoing packet queue |