Jeff Ames
|
1d01d6d919
Formatting cleanup.
|
пре 15 година |
Arthur Valadares
|
6da88dceb0
* Changing List to Dictionary in PacketQueue.Dequeue for great justice (and performance)
|
пре 15 година |
Jeff Ames
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
пре 15 година |
Jeff Ames
|
e0bc5c5db2
Add copyright headers, formatting cleanup.
|
пре 15 година |
Dr Scofield
|
14f0d5e77f
trying to fix exception with in LLPacketQueue probably caused by
|
пре 15 година |
Adam Frisby
|
53a350573e
* Further testing against core packet issue.
|
пре 15 година |
Adam Frisby
|
da948a992a
* Attempting to diagnose a core packet issue on Windows/.NET. Adding additional locks to see if it fixes the problem.
|
пре 15 година |
Jeff Ames
|
8ea12ad6c0
Add copyright header. Formatting cleanup. Ignore some generated files.
|
пре 15 година |
Melanie Thielker
|
e8b532b26a
Make a race condition in packet resending smaller
|
пре 15 година |
Melanie Thielker
|
780f34275b
Handle resends better
|
пре 15 година |
Melanie Thielker
|
62bcf0e694
Numerous packet improvements.
|
пре 15 година |
Teravus Ovares
|
515bf6d7dc
* Patch from RemedyTomm Mantis 3440
|
пре 15 година |
Mike Mazur
|
bdf95e54a2
A few updates necessary for load balancer.
|
пре 15 година |
lbsa71
|
801da4346a
* optimized usings.
|
пре 16 година |
Justin Clarke Casey
|
a31792ee5c
* prune and regrade log messages relating to client login and logout
|
пре 16 година |
lbsa71
|
56f1b03cd0
* Added "show queues" command that shows throttling queues for all clients.
|
пре 16 година |
Melanie Thielker
|
a9e38bcafc
Reapply the packet optimization patch, with changes
|
пре 16 година |
Melanie Thielker
|
2bcf315ea2
Revert 7754 and 7755 pending a rework
|
пре 16 година |
Melanie Thielker
|
7ef5a79fef
Change the PacketQueue to use the stored size as well
|
пре 16 година |
Justin Clarke Casey
|
ab77b22f0f
* Only serialize packets once for the length calculation for throttle queues rather than twice
|
пре 16 година |
Justin Clarke Casey
|
72ff5322f5
* Replace manually zeroing with Array.Clear(). Thanks cmickeyb
|
пре 16 година |
Melanie Thielker
|
8e5fe0257c
Mantis #2850
|
пре 16 година |
Melanie Thielker
|
02a28a6992
Avoid checking the throttle limit for empty queues
|
пре 16 година |
Jeff Ames
|
8da726c3a8
Update svn properties. Add copyright headers. Minor formatting cleanup.
|
пре 16 година |
Adam Frisby
|
fb2a1a6b7c
* Fixed a major memory leak in packet processing - PacketQueue.Close is never called, causing the PacketQueue for dead clients to be preserved (including it's contents).
|
пре 16 година |
Justin Clarke Casey
|
fc36d7fdf2
* Set default client throttle multiplier to 2 (old value was effectively 8). See OpenSim.ini.example for details as to what this means
|
пре 16 година |
Justin Clarke Casey
|
4ff0c39153
* Expose a client_throttle_multiplier setting in OpenSim.ini. This multiplier is applied to all the client throttle settings received by the client
|
пре 16 година |
Justin Clarke Casey
|
8c71954e08
* Use nini to pass config information to the client stack, rather than the ClientStackUserSettings class
|
пре 16 година |
Justin Clarke Casey
|
4ed6e78d1a
* Comment out debug throttle output that I had accidentally left in
|
пре 16 година |
Justin Clarke Casey
|
33d957207c
* Change interpretation of asset throttle values to bits per second rather than bytes per second
|
пре 16 година |