aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-18/+18
2016-11-21remove something VS decided to addUbitUmarov1-1/+0
2016-11-21work around some warningsUbitUmarov1-0/+1
2016-11-20revert more object references removal on clients close because 2 many code pa...UbitUmarov1-4/+0
2016-11-20HG protocol is still broken for large regions. work around it on teleport via lmUbitUmarov1-1/+0
2016-11-19remove some potencial null refs i did add in last days :(UbitUmarov1-3/+0
2016-11-17explicitly remove some references, and other useless changesUbitUmarov1-7/+15
2016-11-14fix unack bytes stats reportUbitUmarov1-1/+3
2016-11-05avoid a null ref, few changes to udp updates sendUbitUmarov1-20/+10
2016-08-07move updates from updates queues into udp queues acording to their payload es...UbitUmarov1-4/+1
2016-08-07move updates from updates queues into udp queues acording to their payload es...UbitUmarov1-4/+1
2015-11-10 check if a packet can be sent imediatly without accounting it as sent on thr...UbitUmarov1-1/+3
2015-09-22fix GetPacketsQueuedCount typos in last commitUbitUmarov1-1/+1
2015-09-22let minimum wqburst be a bit larger than MTUUbitUmarov1-2/+2
2015-09-22 removed a protocol breaking lludp debug option that no one should try, chang...UbitUmarov1-24/+4
2015-09-06fix the missing initialization of the folish ProcessUnackedSends optionUbitUmarov1-0/+2
2015-09-02seems to compile ( tests comented out)UbitUmarov1-66/+8
2015-08-22delay terrain sending if land queue is 2 busyUbitUmarov1-0/+14
2015-01-21Add debug ability to ignore reliably sent packets that are not acknowledged.Justin Clark-Casey (justincc)1-0/+9
2015-01-12Make the performance controlling job processing threads introduced in confere...Justin Clark-Casey (justincc)1-1/+1
2014-12-29Enable runtime configuration of the minimum rate for adaptiveMic Bowman1-1/+1
2014-11-25Label all threadpool calls being made in core OpenSimulator. This is to add ...Justin Clark-Casey (justincc)1-1/+1
2014-11-25Fix recent regression where adaptive throttles stopped adjusting.Justin Clark-Casey (justincc)1-18/+16
2014-11-25Fix an issue where specifying both max client and server outgoing UDP throttl...Justin Clark-Casey (justincc)1-17/+26
2014-11-25Remove the unnecessary intermediate total token bucket.Justin Clark-Casey (justincc)1-11/+2
2014-11-25Add basic regression test ThrottleTests.TestClientThrottleSetNoLimitJustin Clark-Casey (justincc)1-0/+8
2014-11-25minor: add apparant total to logging when client sets throttlesJustin Clark-Casey (justincc)1-2/+5
2014-11-25minor: fix bug in throttle logging where arguments were mismatchedJustin Clark-Casey (justincc)1-1/+1
2014-11-25Add OutgoingPacketsQueuedCount clientstack stat.Justin Clark-Casey (justincc)1-0/+27
2014-11-06 scale ChildAgentThrottles with distance (internal to child server and notUbitUmarov1-7/+13
2014-10-02Add "debug lludp throttle log <level> <avatar-first-name> <avatar-last-name>"...Justin Clark-Casey (justincc)1-5/+42
2014-09-24Add "debug lludp data out" console command for logging outgoing data just bef...Justin Clark-Casey (justincc)1-0/+6
2014-09-02 reduce MIN_CALLBACK_MS guard time. A value too high introduces a extraUbitUmarov1-1/+1
2014-09-02*needs testing, not that good* change throttles math using floats and notUbitUmarov1-25/+36
2014-08-29 add method to get a category throttle rateUbitUmarov1-35/+32
2014-08-29 replace the tick() by a limit on the maximum number of tokens that can beUbitUmarov1-2/+0
2014-08-28try to reduce insane high data rate udp bursts. This needs testing on aUbitUmarov1-0/+2
2014-08-28remove misplaced commentUbitUmarov1-1/+0
2014-08-28try to make sense of throttle rate limitsUbitUmarov1-3/+13
2014-08-28 add some functions for estimation of number of bytes that can be send in a c...UbitUmarov1-0/+8
2014-08-28 if we send wearables with ThrottleOutPacketType.HighPriority, then weUbitUmarov1-18/+14
2014-08-27 enqueue also if m_nextPackets[category] is not null. This is really theUbitUmarov1-4/+8
2014-08-19Add experimental OutgoingQueueRefillEngine to handle queue refill processing ...Justin Clark-Casey (justincc)1-3/+10
2014-08-19Make LLUDPServer.Scene publicly gettable/privately settable instead of protec...Justin Clark-Casey (justincc)1-0/+2
2014-08-14 reduce ping cliping lower limitUbitUmarov1-2/+2
2014-08-14add a estimator of client ping time, and painfully make it visible in showUbitUmarov1-0/+16
2014-07-21In "show throttles", show the maximum drip rate. This shows whether a client ...Oren Hurvitz1-1/+2
2014-01-20Adds a configuration option to cannibalize bandwidth from theMic Bowman1-0/+14
2013-07-21Do some simple queue empty checks in the main outgoing udp loop instead of al...Justin Clark-Casey (justincc)1-17/+52
2013-07-10Added show client-stats [first last] command to expose what viewers are reque...Diva Canto1-14/+13