aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/OpenSimUDPBase.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminsterMelanie2013-07-241-8/+64
|\
| * 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
* | Merge branch 'master' into careminsterMelanie2012-12-211-5/+8
|\ \ | |/
| * Disable UDPPacketBuffer pooling for now to resolve an issue on Windows of int...Justin Clark-Casey (justincc)2012-12-191-5/+8
* | Merge branch 'master' into careminsterMelanie2012-11-151-25/+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
* | Merge branch 'master' into careminsterMelanie2012-10-231-5/+46
|\ \ | |/
| * 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
* | Merge branch 'master' into careminsterMelanie2012-10-171-6/+25
|\ \ | |/
| * Add optional pool for the UDPPacketBuffer objects that handle all incoming UD...Justin Clark-Casey (justincc)2012-10-161-6/+25
* | Merge branch 'master' into careminsterMelanie2012-10-161-17/+27
|\ \ | |/
| * Make it possible to separate start and stop lludp packet processing from the ...Justin Clark-Casey (justincc)2012-10-161-17/+27
* | Merge branch 'master' into bigmergeMelanie2011-12-091-1/+1
|\ \ | |/
| * Reactivate BasicCircuitTests.TestAddClient()Justin Clark-Casey (justincc)2011-12-081-1/+1
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-05-051-4/+0
|/
* First stab at cleaning up Caps. Compiles. Untested.Diva Canto2011-04-301-0/+284