Choose your implementation method:
This data structure is part of the P2P Interface.
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
|
This data structure is part of the P2P Interface.
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 {P2PInterface.MaxQueueSizeUnlimited}.
Properties
P2P.PacketQueueInfo
Property
|
Value
|
ulong IncomingPacketQueueMaxSizeBytes
|
The maximum size in bytes of the incoming packet queue
|
ulong IncomingPacketQueueCurrentSizeBytes
|
The current size in bytes of the incoming packet queue
|
ulong IncomingPacketQueueCurrentPacketCount
|
The current number of queued packets in the incoming packet queue
|
ulong OutgoingPacketQueueMaxSizeBytes
|
The maximum size in bytes of the outgoing packet queue
|
ulong OutgoingPacketQueueCurrentSizeBytes
|
The current size in bytes of the outgoing packet queue
|
ulong OutgoingPacketQueueCurrentPacketCount
|
The current amount of queued packets in the outgoing packet queue
|
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no