EOS_P2P_OnIncomingPacketQueueFullInfo

EOS API reference page for EOS_P2P_OnIncomingPacketQueueFullInfo

1 min to read

This data structure is part of the P2P Interface.

Remarks

Structure containing information about the packet queue's state and the incoming packet that would overflow the queue

Properties

EOS_P2P_OnIncomingPacketQueueFullInfo

PropertyValue
void* ClientDataClient-specified data passed into AddNotifyIncomingPacketQueueFull
uint64_t PacketQueueMaxSizeBytesThe maximum size in bytes the incoming packet queue is allowed to use
uint64_t PacketQueueCurrentSizeBytesThe current size in bytes the incoming packet queue is currently using
EOS_ProductUserId OverflowPacketLocalUserIdThe Product User ID of the local user who is receiving the packet that would overflow the queue
uint8_t OverflowPacketChannelThe channel the incoming packet is for
uint32_t OverflowPacketSizeBytesThe size in bytes of the incoming packet (and related metadata) that would overflow the queue