aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/PacketPool.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Removed more compiler warnings, dead code, etc.Adam Frisby2008-03-051-0/+2
|
* Merged 3Di code that provides scene and avatar serialization, and plugin ↵Johan Berntsson2008-03-041-43/+61
| | | | support for region move/split/merge. See ThirdParty/3Di/README.txt. Unless the new modules are used there should be no noticeable changes when running OpenSim.
* Whitespace cleanup.Jeff Ames2008-01-101-3/+3
|
* Packet recycling has been temporarily disabled to avoid the performance ↵Johan Berntsson2008-01-031-0/+5
| | | | problems reported in Mantis 281
* Fixed buffer overrun bug in ZeroDecodeCommandJohan Berntsson2008-01-021-2/+23
|
* * Fixed an issue where the PacketPool would ZeroDecodeCommand into a too ↵lbsa712008-01-021-1/+2
| | | | | | | small buffer. The new buffer size is based on analysis of real data, not on knowledge; this should be reviewed by the original PacketPool author.
* Patch from Johan: LibSL updated to the latest revision (1568) and all ↵Adam Johnson2007-12-281-0/+131
packets are now recycled to improve performance and memory usage.