LLUDP Client View

* Experimenting with the PacketPool mechanism.
* It's still disabled in the code, however there's now a flag to enable it.
* Converted to use Generic Collections vs Hashtables, also now uses a list of 'OK to pool' packets, starting with the high volume PacketAck packet.
This commit is contained in:
Adam Frisby
2008-10-12 00:56:54 +00:00
parent d10a578096
commit dcdfde834f
2 changed files with 32 additions and 21 deletions

View File

@@ -327,6 +327,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
try
{
m_socket.BeginReceiveFrom(RecvBuffer, 0, RecvBuffer.Length, SocketFlags.None, ref epSender,
ReceivedData, null);