aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLPacketServer.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * test: Add assert checking that the circuit which trigger the socket ↵Justin Clarke Casey2008-11-061-1/+2
| | | | exception has been closed
* * minor: eliminate some mono compiler warningsJustin Clarke Casey2008-10-241-2/+2
|
* * Stop passing in unnecessary pameters to CreateNewCircuitJustin Clarke Casey2008-10-241-12/+9
|
* * Stop creating a circuit if the client fails authentication (i.e. the ↵Justin Clarke Casey2008-10-241-21/+51
| | | | | | | | | | region server wasn't told that it was coming) * This moves authentication from the client thread (where failure was difficult to detect) to the particular thread handling that packet * I've kept the authentication outside of the crucial clientCircuits lock (though any delay here is probably swamped by the other delays associated with login) * Also added more to the unit test to ensure this doesn't regress
* * minor: initialize udp server in unit testJustin Clarke Casey2008-10-091-6/+0
|
* * minor: very small doc additionJustin Clarke Casey2008-10-091-1/+1
|
* * Put in some infrastructure to allow tweaking of packet queue throttle ↵Justin Clarke Casey2008-10-031-2/+11
| | | | | | | | values for the total throttle (the one that throttles all packet output) * Not complete yet
* * refactor: rename interface to put standard I prefix in frontJustin Clarke Casey2008-10-011-2/+2
|
* * Fix bug in LLPacketHandler where the tickcount when a packet was ↵Justin Clarke Casey2008-10-011-1/+1
| | | | | | | | approximately sent was not being stored in the ack record * This meant that acks were being sent out every 250ms when the ack timer fired, rather than when they had actually aged past m_ResendTimeout
* * Converted a number of methods within the login processes from private to ↵Adam Frisby2008-09-141-3/+2
| | | | | | | | protected. * Made several methods virtual to allow derivative overrides. * Minor cleanups.
* * minor: Clean up of logging messages to make following the client login ↵Justin Clarke Casey2008-09-071-8/+34
| | | | | | | | process easier * documentation
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-4/+4
| | | | | | | * This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
* * eliminated some warnings and added some const and readonlieslbsa712008-07-211-1/+1
| | | | | | | | | * refactored some member names for readability and ccc (code convention conformance) * took away two refs from Rest.Inventory since * System.IO is part of System * System.Xml.Serialization is part of System.Xml
* Formatting cleanup.Jeff Ames2008-05-161-6/+6
|
* fixed the dos line endingsSean Dague2008-05-021-149/+149
|
* * Commit 2/3 - Please dont attempt to update to this revision until all 3 ↵Adam Frisby2008-05-021-0/+150
are in.