aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* First stab at cleaning up Caps. Compiles. Untested.Diva Canto2011-04-301-1274/+0
* Refactor UnackedPacketCollection so ProcessQueues will handle Adds, Acks, and...Dan Lake2011-04-211-2/+2
* bug fix. Now when an unacked update packet is handled through ResendPrimUpdat...Dan Lake2011-04-201-2/+2
* Requeue unacknowledged entity updates rather than resend then "as is".Dan Lake2011-04-191-32/+32
* New tokenbucket algorithm. This one provides fair sharing of the queuesMic Bowman2011-04-121-1/+1
* minor: remove mono compiler warningJustin Clark-Casey (justincc)2011-02-181-1/+1
* Put the Ack of UseCircuitCode back to where it used to be. Some ppl are repor...Diva Canto2011-02-091-6/+5
* Comment instrumentation out. Not needed anymore. Left in comments, in case it...Diva Canto2011-02-091-4/+7
* Revert "Brute-force debug -- mantis #5365"Diva Canto2011-02-091-5/+0
* Brute-force debug -- mantis #5365Diva Canto2011-02-081-0/+5
* Avoid potential race conditions on UseCircuitCode. I artificially made the ra...Diva Canto2011-02-081-23/+28
* Minor addition to the previous commitDiva Canto2011-02-081-3/+12
* Minor improvement to previous commit.Diva Canto2011-02-081-2/+4
* Added emergency monitoring of UDP Outgoing packets thread. Just type "emergen...Diva Canto2011-02-081-0/+100
* Record number of resent packets in LindenUDP stack and display in stats reportJustin Clark-Casey (justincc)2011-02-021-1/+4
* implement "show throttles" command for showing current agent throttles and th...Justin Clark-Casey (justincc)2011-01-211-3/+5
* Prune some of the excess logging for client logins.Justin Clark-Casey (justincc)2011-01-181-3/+3
* Fix UnackedBytes client stack statistic as seen in "show queues"Justin Clark-Casey (justincc)2011-01-171-2/+0
* Commented a verbose Debug message in LLUDPServer that got uncommented at some...Diva Canto2011-01-051-1/+1
* Merge branch 'master-core' into mantis5110Jonathan Freedman2010-12-051-2/+20
|\
| * Stop LLUDPServer sending updates after object deletes by always queueing deletesJustin Clark-Casey (justincc)2010-12-021-2/+6
| * minor: add some method docJustin Clark-Casey (justincc)2010-12-021-0/+14
* | Merge https://github.com/opensim/opensim into mantis5110Jonathan Freedman2010-11-211-2/+2
|\ \ | |/
| * Formatting cleanup.Jeff Ames2010-11-081-2/+2
* | Merge branch 'master' into mantis5110Jonathan Freedman2010-10-301-1/+1
|\ \ | |/
| * Set async_packet_handling = true by defaultJustin Clark-Casey (justincc)2010-10-301-1/+1
* | Merge branch 'master' into mantis5110Jonathan Freedman2010-10-291-2/+8
|\ \ | |/
| * Add number of ms it takes to complete UseCircuitCode packet handling to log f...Justin Clark-Casey (justincc)2010-10-291-2/+8
| * Revert "Merge remote branch 'otakup0pe/mantis5110'"Justin Clark-Casey (justincc)2010-10-221-1/+1
|/
* * change the data exchanged within hypergrid transactionsJonathan Freedman2010-10-211-1/+1
* Send KillPackets on the Task queue rather than the State queueJustin Clark-Casey (justincc)2010-09-171-0/+4
* Add client name to packet resend log messages to make them a bit more informa...Justin Clark-Casey (justincc)2010-09-131-3/+7
* In my crusade against facelights, I am striking the killing blow. Add aMelanie2010-08-081-0/+5
* * Initial commit of the slimupdates2 rewrite. This pass maintains the origina...unknown2010-05-121-14/+4
* Don't append ACKs to zerocoded packets. Although this should fine in theory, ...John Hurliman2010-04-021-15/+20
* Removed the unused use_async_when_possible config variableJohn Hurliman2010-03-161-1/+1
* Streamlined error logging for malformed packets and fixed a bug when printing...John Hurliman2010-02-231-4/+3
* * HGGridConnector is no longer necessary.Diva Canto2010-01-291-0/+3
* HG 1.5 is in place. Tested in standalone only.Diva Canto2010-01-281-20/+0
* Go Home works. With security!!Diva Canto2010-01-181-0/+20
* * Add some glue that allows LocalPacketHandlers to decide if they want the pa...Teravus Ovares (Dan Olivares)2009-12-131-1/+1
* * Re-enable lightweight packet tracking stats on a 3000 ms interval.Teravus Ovares (Dan Olivares)2009-11-271-0/+9
* Applying #4332, optional packet statistics loggingJohn Hurliman2009-11-051-0/+111
* Refine oversized packet handling as per jhurliman. Reallocate the buffer toMelanie2009-11-041-4/+7
* Add some length to the backet buffer for packet sending so oversizeMelanie2009-11-041-1/+1
* Make the default and max RTO configurable int he linden client stackMelanie2009-10-301-1/+7
* * Disables automatic packet splitting on AvatarGroupsReply packets. This pack...John Hurliman2009-10-301-2/+2
* * Moving parcel media and avatar update packets from the unthrottled category...John Hurliman2009-10-301-4/+8
* * Fixes issue #4329 "llDialog fails silently" by updating OpenMetaverse.dllJohn Hurliman2009-10-301-4/+4
* * Commented out two noisy debug lines in the LLUDP serverJohn Hurliman2009-10-291-2/+2