mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
If RecycleBaseUDPPackets = true, also pool IncomingPackets to reduce memory churn
This commit is contained in:
@@ -45,7 +45,12 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
public Packet Packet;
|
||||
|
||||
/// <summary>
|
||||
/// Default constructor
|
||||
/// No arg constructor.
|
||||
/// </summary>
|
||||
public IncomingPacket() {}
|
||||
|
||||
/// <summary>
|
||||
/// Constructor
|
||||
/// </summary>
|
||||
/// <param name="client">Reference to the client this packet came from</param>
|
||||
/// <param name="packet">Packet data</param>
|
||||
|
||||
Reference in New Issue
Block a user