EOS_P2P_PacketQueueInfo

EOS API reference page for EOS_P2P_PacketQueueInfo

1분 소요

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

PropertyValue
uint64_t IncomingPacketQueueMaxSizeBytesThe maximum size in bytes of the incoming packet queue
uint64_t IncomingPacketQueueCurrentSizeBytesThe current size in bytes of the incoming packet queue
uint64_t IncomingPacketQueueCurrentPacketCountThe current number of queued packets in the incoming packet queue
uint64_t OutgoingPacketQueueMaxSizeBytesThe maximum size in bytes of the outgoing packet queue
uint64_t OutgoingPacketQueueCurrentSizeBytesThe current size in bytes of the outgoing packet queue
uint64_t OutgoingPacketQueueCurrentPacketCountThe current amount of queued packets in the outgoing packet queue