Choose your implementation method:
This data structure is part of the P2P Interface.
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
|
This data structure is part of the P2P Interface.
Structure containing information about the packet queue's state and the incoming packet that would overflow the queue
Properties
P2P.OnIncomingPacketQueueFullInfo
Property
|
Value
|
object ClientData
|
Client-specified data passed into AddNotifyIncomingPacketQueueFull
|
ulong PacketQueueMaxSizeBytes
|
The maximum size in bytes the incoming packet queue is allowed to use
|
ulong PacketQueueCurrentSizeBytes
|
The current size in bytes the incoming packet queue is currently using
|
ProductUserId OverflowPacketLocalUserId
|
The Product User ID of the local user who is receiving the packet that would overflow the queue
|
byte OverflowPacketChannel
|
The channel the incoming packet is for
|
uint OverflowPacketSizeBytes
|
The size in bytes of the incoming packet (and related metadata) that would overflow the 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