OpenMetaverse Protocol Library Developers API Documentation
PacketBufferPool Class
NamespacesOpenMetaversePacketBufferPool
Object pool for packet buffers. This is used to allocate memory for all incoming and outgoing packets, and zerocoding buffers for those packets
Declaration Syntax
C#
public class PacketBufferPool : ObjectPoolBase<UDPPacketBuffer>
Members
All MembersConstructors



IconMemberDescription
PacketBufferPool(IPEndPoint, Int32, Int32)
Initialize the object pool in client mode

PacketBufferPool(Int32, Int32)
Initialize the object pool in server mode

Inheritance Hierarchy
Object
ObjectPoolBase<(Of <(<'UDPPacketBuffer>)>)>
 PacketBufferPool

Assembly: OpenMetaverse (Module: OpenMetaverse) Version: 0.8.1.16125