aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/UnackedPacketCollection.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Comment out the debugging statements added in the last commit. KeepingMic Bowman2014-12-301-9/+9
| | | | | | | them in the code for later use rather than just reverting them. Fixed the throttle tests for the new algorithm used when packets are marked as expired.
* Turn on logging of old acks, this is for debugging only, stats version ↵Mic Bowman2014-12-301-1/+12
| | | | coming later
* Change the effect of successfully acknowledged packets to bump theMic Bowman2014-12-291-1/+1
| | | | | | | adaptive throttle by a full MTU. This is consistent with some implementations of congestion control algorithms and certainly has the effect of opening the throttle window more quickly after errors. This is especially important after initial scene load when the number and size of packets is small.
* minor: insert some commented out log lines which are a blunt but useful ↵Justin Clark-Casey (justincc)2011-10-121-0/+8
| | | | instrument to see packet expiry and received acks
* Improve some method doc for LLUDPClient, LLUDPServer and UnackedPacketCollectionJustin Clark-Casey (justincc)2011-10-121-6/+11
|
* First stab at cleaning up Caps. Compiles. Untested.Diva Canto2011-04-301-0/+219