aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/OpenSimUDPBase.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Instead of swallowing any socket begin/end receive exceptions, log them for d...Justin Clark-Casey (justincc)2013-09-251-7/+32
* Add clientstack.OutgoingUDPSendsCount stat to show number of outbound UDP pac...Justin Clark-Casey (justincc)2013-07-231-0/+7
* Record raw number of UDP receives as clientstack.IncomingUDPReceivesCountJustin Clark-Casey (justincc)2013-07-231-1/+7
* Add AverageUDPProcessTime stat to try and get a handle on how long we're taki...Justin Clark-Casey (justincc)2013-07-231-0/+39
* minor: provide user feedback in the log for now when udp in/out bound threads...Justin Clark-Casey (justincc)2013-07-211-4/+8
* Do some simple queue empty checks in the main outgoing udp loop instead of al...Justin Clark-Casey (justincc)2013-07-211-3/+3
* Disable UDPPacketBuffer pooling for now to resolve an issue on Windows of int...Justin Clark-Casey (justincc)2012-12-191-5/+8
* Make PacketPool class stats pull stats instead of push stats so they can be l...Justin Clark-Casey (justincc)2012-11-151-1/+1
* Add IncomingPacketsProcessedCount stat for diagnostics.Justin Clark-Casey (justincc)2012-11-151-24/+7
* Make it possible to turn the base UDP object packet pools on and off whilst r...Justin Clark-Casey (justincc)2012-10-231-21/+45
* Add object count stats for new IncomingPacket and UDPPacketBuffer pools if th...Justin Clark-Casey (justincc)2012-10-231-0/+17
* Add optional pool for the UDPPacketBuffer objects that handle all incoming UD...Justin Clark-Casey (justincc)2012-10-161-6/+25
* Make it possible to separate start and stop lludp packet processing from the ...Justin Clark-Casey (justincc)2012-10-161-17/+27
* Reactivate BasicCircuitTests.TestAddClient()Justin Clark-Casey (justincc)2011-12-081-1/+1
* First stab at cleaning up Caps. Compiles. Untested.Diva Canto2011-04-301-0/+284