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
Property | Value |
---|---|
void* ClientData | Client-specified data passed into AddNotifyIncomingPacketQueueFull |
uint64_t PacketQueueMaxSizeBytes | The maximum size in bytes the incoming packet queue is allowed to use |
uint64_t PacketQueueCurrentSizeBytes | The current size in bytes the incoming packet queue is currently using |
EOS_ProductUserId OverflowPacketLocalUserId | The Product User ID of the local user who is receiving the packet that would overflow the queue |
uint8_t OverflowPacketChannel | The channel the incoming packet is for |
uint32_t OverflowPacketSizeBytes | The size in bytes of the incoming packet (and related metadata) that would overflow the queue |