Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Changed the "Packet exceeded buffer size" log line to debug and include ↵ | John Hurliman | 2009-10-09 | 1 | -7/+4 |
| | | | | | | the packet type. This message is normal, but could be evidence of a message marked for zerocoding that probably shouldn't be * Changing OpenSimUDPBase back to high concurrency. High concurrency mode seems to make other problems happen faster, so it's helpful for working out other bugs and will probably | ||||
* | Slow down the packet receiving code again after new reports of thread storms. | Melanie | 2009-10-09 | 1 | -4/+8 |
| | |||||
* | * Added a lock object for the write functions in LLUDPClientCollection ↵ | John Hurliman | 2009-10-09 | 1 | -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 Canto | 2009-10-08 | 1 | -340/+340 |
| | |||||
* | Fork UDPBase from libOMV into opensim | Melanie | 2009-10-08 | 1 | -0/+340 |