* Added more comments

* Tweaked the esoteric throttler parameters again.
This commit is contained in:
Teravus Ovares
2007-11-22 23:56:44 +00:00
parent 01cd8014da
commit 2db19b7d65
2 changed files with 10 additions and 7 deletions

View File

@@ -96,6 +96,9 @@ namespace OpenSim.Region.ClientStack
// TODO: Make this variable. Lower throttle on un-ack. Raise over time
// All throttle times and number of bytes are calculated by dividing by this value
// This value also determines how many times per throttletimems the timer will run
// If throttleimems is 1000 ms, then the timer will fire every 1000/7 milliseconds
private int throttleTimeDivisor = 7;
private int throttletimems = 1000;