| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
| |
this appears to cause problems with the system timer resolution.
This caused a problem with tokens going into the root throttle as
bursts leading to some starvation.
Also changed EnqueueOutgoing to always queue a packet if there
are already packets in the queue. Ensures consistent ordering
of packet sends.
|
|\
| |
| |
| |
| | |
Conflicts:
OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
|
| | |
|
| |
| |
| |
| |
| |
| | |
types of property updates to be specified. Not sure if one form
of property update should supercede another. But for now the old
OpenSim behavior is preserved by sending both.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
to the entity update queue. The number of property packets can
become significant when selecting/deselecting large numbers of
objects.
This is experimental code.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
when client and simulator throttles are set. This algorithm also uses
pre-defined burst rate of 150% of the sustained rate for each of the
throttles.
Removed the "state" queue. The state queue is not a Linden queue and
appeared to be used just to get kill packets sent.
|
| |
| |
| |
| | |
inventory
|
| | |
|
| |
| |
| |
| |
| |
| | |
types of property updates to be specified. Not sure if one form
of property update should supercede another. But for now the old
OpenSim behavior is preserved by sending both.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
to the entity update queue. The number of property packets can
become significant when selecting/deselecting large numbers of
objects.
This is experimental code.
|
|/
|
|
|
|
|
|
|
| |
when client and simulator throttles are set. This algorithm also uses
pre-defined burst rate of 150% of the sustained rate for each of the
throttles.
Removed the "state" queue. The state queue is not a Linden queue and
appeared to be used just to get kill packets sent.
|
|\
| |
| |
| |
| |
| |
| |
| | |
queuetest
Conflicts:
OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
OpenSim/Region/Framework/Scenes/Prioritizer.cs
|
| |
| |
| |
| |
| |
| |
| |
| | |
time to wait to retransmit packets) always maxed out (no retransmissions
for 24 or 48 seconds.
Note that this is going to cause faster (and more) retransmissions. Fix
for dynamic throttling needs to go with this.
|
| |
| |
| |
| |
| |
| |
| | |
improved networking performance.
Reprioritization algorithms need to be ported still. One is
in place.
|
| | |
|
| |
| |
| |
| | |
is big enough.
|
| |
| |
| |
| |
| |
| |
| |
| | |
time to wait to retransmit packets) always maxed out (no retransmissions
for 24 or 48 seconds.
Note that this is going to cause faster (and more) retransmissions. Fix
for dynamic throttling needs to go with this.
|
| |
| |
| |
| |
| |
| |
| | |
improved networking performance.
Reprioritization algorithms need to be ported still. One is
in place.
|
| |
| |
| |
| |
| |
| |
| | |
synchronously.
Handling these synchronously kills the inbound packet loop if many requests are made for remote land and those requests are handled slowly or timeout (timeout is 10s)
This can happen if a user searches for "land for sale" and then clicks many of the parcels in the list (or just presses down arrow to move through every entry).
|
|/
|
|
|
|
|
|
| |
changes to all the estates that the user owns).
This applies to adding/removing estate users, groups, managers and bans.
This is the application of the AllEstates_0.5.patch from http://opensimulator.org/mantis/view.php?id=5420
Thanks very much, Snoopy!
|
|
|
|
|
|
| |
match that given for InternalAddress in the config (e.g. 0.0.0.0)
Can't obtain actually bound address until the UDP socket is used for the first time.
|
|
|
|
| |
This does not currently count objects that are sat upon (which the viewer ui implies should be included in this count)
|
| |
|
| |
|
|
|
|
|
|
| |
SceneGraph.ForEachSOG(). This will be corrected soon.
Also adds lots of temproarily debug logging
|
|
|
|
|
|
|
| |
counts populated by LandManagementModule.
In order to pass ILandObject into IClientAPI.SendLandProperties(), had to push ILandObject and IPrimCounts into OpenSim.Framework from OpenSim.Region.Framework.Interfaces, in order to avoid ci
Counts are showing odd behaviour at the moment, this will be addressed shortly.
|
| |
|
| |
|
|
|
|
| |
This reverts commit ebeef02fef1a04b5b4cfe13dad588bcce7f9ba21.
|
|
|
|
| |
reporting login issues.
|
|
|
|
| |
it is needed again. Mantis #5365
|
| |
|
|
|
|
| |
This reverts commit 585473aade100c3ffeef27e0c8e6b6c8c09d0109.
|
|
|
|
| |
This reverts commit ba202ea9b08b1205de343c65fd209b6cca4cb6bc.
|
| |
|
|
|
|
| |
overflown integer operations. Also added Total to the scene throttles in show throttles.
|
| |
|
| |
|
|
|
|
| |
race condition happen, and got very similar results to those described in mantis #5365 -- no prims/avie sent back.
|
| |
|
| |
|
|
|
|
| |
"emergency-monitoring on/off"
|
|
|
|
|
|
| |
Revert "refactor: remove redundant null checks"
This reverts commit 6e58996b4d9db202cd7795a37bd687362effef48.
|
| |
|
|
|
|
| |
This is already being incremented in LLUDPServer.SendPacketFinal for every packet
|
| |
|
|
|
|
|
|
|
|
|
| |
the server settings.
This is in a very crude state, currently.
The LindenUDPModule was renamed LindenUDPInfoModule and moved to OptionalModules
OptionalModules was given a direct reference to OpenSim.Region.ClientStack.LindenUDP so that it can inspect specific LindenUDP settings without having to generalize those to all client views (some of which may have no concept of the settings involved).
This might be ess messy if OpenSim.Region.ClientStack.LindenUDP were a region module instead, like MXP, IRC and NPC
|
|
|
|
|
|
| |
of bytes.
Byte amounts aren't actually available - this was a misunderstanding of TokenBucket.Content. But raw packet numbers are.
|