aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP (unfollow)
Commit message (Expand)AuthorFilesLines
2011-04-30First stab at cleaning up Caps. Compiles. Untested.Diva Canto17-16663/+0
2011-04-28Eliminated sAgentCircuitData, a data structure that has been obsolete for qui...Diva Canto1-1/+1
2011-04-25recover from unhandled exception from bad rotation data while processing enti...dahlia1-1/+9
2011-04-25Removed debug message in the token bucket codeMic Bowman1-1/+1
2011-04-25Fix the totals shown by show throttleMic Bowman1-1/+1
2011-04-25Fixed the transmission of throttles from root agent to childMic Bowman2-16/+26
2011-04-25Cleaned up various configuration options. Removed the category throttleMic Bowman3-78/+34
2011-04-22Set the initial rate for the adaptive throttle to 160KpbsMic Bowman1-4/+6
2011-04-22Various clean ups. Removed some debugging code. Added a new "show pqueues"Mic Bowman2-23/+6
2011-04-21Add some locking on the child list for the token bucketMic Bowman1-15/+22
2011-04-21Refactor UnackedPacketCollection so ProcessQueues will handle Adds, Acks, and...Dan Lake2-26/+34
2011-04-21Added ability to remove unacked packet from UnackedPacketCollection without a...Dan Lake2-2/+38
2011-04-20bug fix. Now when an unacked update packet is handled through ResendPrimUpdat...Dan Lake3-16/+25
2011-04-20Added an "immediate" queue to the priority queue. This isMic Bowman1-245/+0
2011-04-20Adds the first pass at an adaptive throttle to slow start newMic Bowman4-18/+95
2011-04-19Converted the property request queue to use the same retransmissionMic Bowman1-23/+52
2011-04-19Requeue unacknowledged entity updates rather than resend then "as is".Dan Lake3-54/+112
2011-04-18Requeue unacknowledged entity updates rather than resend then "as is".Dan Lake3-54/+112
2011-04-15Remove the call to remove tokens from the parent. Under heavy loadMic Bowman2-5/+14
2011-04-13remove packet monitoring debugging codeMic Bowman1-116/+2
2011-04-13Fixed the update of items in the priority queue to enable bothMic Bowman2-7/+16
2011-04-13fixed a couple bugs with the property queuesMic Bowman1-1/+37
2011-04-13First pass at moving object property requests into a queue similarMic Bowman2-143/+220
2011-04-13New tokenbucket algorithm. This one provides fair sharing of the queuesMic Bowman4-145/+259
2011-04-13Add a regression test for rezzing a single object into a scene from user inve...Justin Clark-Casey (justincc)1-1/+8
2011-04-12remove packet monitoring debugging codeMic Bowman1-116/+2
2011-04-12Fixed the update of items in the priority queue to enable bothMic Bowman2-7/+16
2011-04-12fixed a couple bugs with the property queuesMic Bowman1-1/+37
2011-04-12First pass at moving object property requests into a queue similarMic Bowman2-143/+220
2011-04-12New tokenbucket algorithm. This one provides fair sharing of the queuesMic Bowman4-145/+259
2011-04-12remove packet monitoring debugging codeMic Bowman1-116/+2
2011-04-12Fixed the update of items in the priority queue to enable bothMic Bowman2-7/+16
2011-04-12fixed a couple bugs with the property queuesMic Bowman1-1/+37
2011-04-12First pass at moving object property requests into a queue similarMic Bowman2-143/+220
2011-04-11New tokenbucket algorithm. This one provides fair sharing of the queuesMic Bowman4-145/+259
2011-04-11Removed some priority queue debugging codeMic Bowman1-80/+0
2011-04-10Split the priority queue class into a seperate file. LLClientViewMic Bowman2-205/+245
2011-04-10Fix a bug in the computation of the RTO. Basically... the RTO (theMic Bowman1-2/+2
2011-04-10Implements adaptive queue management and fair queueing forMic Bowman1-118/+235
2011-04-05Handle the client's parcel info requests asynchronously rather than synchrono...Justin Clark-Casey (justincc)1-1/+1
2011-04-05Make the "All Estates" option work from the client (this makes chosen changes...Justin Clark-Casey (justincc)1-4/+20
2011-04-04Fix a bug in the computation of the RTO. Basically... the RTO (theMic Bowman1-2/+2
2011-04-04Implements adaptive queue management and fair queueing forMic Bowman1-118/+235
2011-04-01Log which address and port the UDP listener is configured for. This will mat...Justin Clark-Casey (justincc)1-0/+4
2011-03-30(re)implement selected prim count.Justin Clark-Casey (justincc)1-23/+23
2011-03-29disable prim count debug logging temporarilyJustin Clark-Casey (justincc)1-1/+1
2011-03-28Implements adaptive queue management and fair queueing forMic Bowman1-118/+235
2011-03-26add save of LLClientView I forgot from last commitJustin Clark-Casey (justincc)1-4/+2
2011-03-26Add test for PCM taint. This currently fails due to unexpected behaviour of ...Justin Clark-Casey (justincc)1-0/+2
2011-03-25Start using IPrimCounts populated by PrimCountModule instead of LandData coun...Justin Clark-Casey (justincc)1-13/+22