Justin Clark-Casey (justincc)
|
60732c96ef
Add clientstack.OutgoingUDPSendsCount stat to show number of outbound UDP packets sent by a region per second
|
11 years ago |
Justin Clark-Casey (justincc)
|
8396f1bd42
Record raw number of UDP receives as clientstack.IncomingUDPReceivesCount
|
11 years ago |
Justin Clark-Casey (justincc)
|
bf517899a7
Add AverageUDPProcessTime stat to try and get a handle on how long we're taking on the initial processing of a UDP packet.
|
11 years ago |
Justin Clark-Casey (justincc)
|
66048e1a70
minor: provide user feedback in the log for now when udp in/out bound threads are started/stopped
|
11 years ago |
Justin Clark-Casey (justincc)
|
63c42d6602
Do some simple queue empty checks in the main outgoing udp loop instead of always performing these on a separate fired thread.
|
11 years ago |
Justin Clark-Casey (justincc)
|
ae67435146
Disable UDPPacketBuffer pooling for now to resolve an issue on Windows of interference between incoming packets.
|
12 years ago |
Justin Clark-Casey (justincc)
|
038528dc80
Make PacketPool class stats pull stats instead of push stats so they can be lifted up into LLUDPServer and be distiguished by scene name
|
12 years ago |
Justin Clark-Casey (justincc)
|
2c36106675
Add IncomingPacketsProcessedCount stat for diagnostics.
|
12 years ago |
Justin Clark-Casey (justincc)
|
319ebaca06
Make it possible to turn the base UDP object packet pools on and off whilst running via the "debug lludp pool <on|off>" console command. For debug purposes.
|
12 years ago |
Justin Clark-Casey (justincc)
|
4578ff74fe
Add object count stats for new IncomingPacket and UDPPacketBuffer pools if they are enabled. Add count stats for existing LLUDP pool.
|
12 years ago |
Justin Clark-Casey (justincc)
|
fc861c7904
Add optional pool for the UDPPacketBuffer objects that handle all incoming UDP data.
|
12 years ago |
Justin Clark-Casey (justincc)
|
db4ca57590
Make it possible to separate start and stop lludp packet processing from the console for debug processes.
|
12 years ago |
Justin Clark-Casey (justincc)
|
bc13855e64
Reactivate BasicCircuitTests.TestAddClient()
|
13 years ago |
Diva Canto
|
d8ee0cbe1c
First stab at cleaning up Caps. Compiles. Untested.
|
13 years ago |