aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/PacketPool.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-5/+5
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-16/+9
* Make PacketPool class stats pull stats instead of push stats so they can be l...Justin Clark-Casey (justincc)2012-11-151-62/+52
* Add object count stats for new IncomingPacket and UDPPacketBuffer pools if th...Justin Clark-Casey (justincc)2012-10-231-6/+34
* Explicitly return only the incoming AgentUpdate packet as this is the only on...Justin Clark-Casey (justincc)2012-10-171-2/+8
* minor: Fix bug in categorization of blocks reused stat from packetpoolJustin Clark-Casey (justincc)2012-10-121-1/+1
* Add AgentUpdate to PacketPool. This is the most common inbound packet from v...Justin Clark-Casey (justincc)2012-10-121-1/+7
* Fix percentage stats to multiply by 100. Adjust container name for packetpoo...Justin Clark-Casey (justincc)2012-10-121-2/+2
* Fix packetpool for ImprovedTerseObjectUpdate packets.Justin Clark-Casey (justincc)2012-10-111-2/+2
* Extend "show stats" command to "show stats [list|all|<category name>]"Justin Clark-Casey (justincc)2012-10-111-8/+35
* refactor: Move OpenSim.Framework.PacketPool to OpenSim.Region.Clientstack.Lin...Justin Clark-Casey (justincc)2012-10-051-0/+249