aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/OpenSimUDPBase.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Added a lock object for the write functions in LLUDPClientCollection ↵John Hurliman2009-10-091-192/+111
| | | | | | | (immutable != concurrent write safety) * Allow the UDP server to bind to a user-specified port again * Updated to a newer version of OpenSimUDPBase that streamlines the code even more. This also reintroduces the highly concurrent packet handling which needs more testing
* Putting the lock back in TryGetValue.Diva Canto2009-10-081-340/+340
|
* Fork UDPBase from libOMV into opensimMelanie2009-10-081-0/+340