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 Members | Constructors | ||||
|
|
|
Icon | Member | Description |
---|---|---|
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.dll) Version: 0.9.3.3318 (0.9.3.3318)