| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
them if fail.
|
|
|
|
| |
attach) work well again.
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Addresses http://opensimulator.org/mantis/view.php?id=5444
Fix is to stop the asset transaction calling UpdateInventoryItem() since the caller is doing it anyway, which is more correct.
This did not effect scripts.
|
| |
| |
| |
| | |
the agent and all attachments. Preserves backwards compatibility -- older sims get passed attachments one by one. Meaning that I finally introduced versioning in the simulation service.
|
|/
|
|
| |
quite some time.
|
|
|
|
|
|
|
|
| |
do not receive this velocity.
This is a minimal fix for the 0.7.1 release, pending a non copy/paste solution.
This hopefully addresses http://opensimulator.org/mantis/view.php?id=5457
The bug was introduced in commit 3ba5eeb
|
|
|
|
| |
when velocity is unchanged
|
|
|
|
| |
BestAvatarResponsiveness prioritizer.
|
|\ |
|
| |
| |
| |
| | |
entity updates in LLClientView.cs
|
| | |
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| | |
RemoteXInventoryServiceConnector on GetFolderContent.
|
| |
| |
| |
| |
| |
| | |
agents. Child throttles are based on the number of child agents
known to the root and at least 1/4 of the throttle given to
the root.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
limits because the only ones used now are the defaults (which are overwritten
by the client throttles anyway). Updated the default rates to correspond to
about 350kbps.
Also added a configuration to disable adaptive throttle. The default
is the previous behavior (no adaptation).
|
|\ \
| |/ |
|
| |
| |
| |
| | |
hosters to setup regions maintaining more control over system resources.
|
| |\ |
|
| | |\ |
|
| | | | |
|
| |\ \ \
| | | |/
| | |/| |
|
| | |\ \ |
|
| | | | |
| | | | |
| | | | |
| | | | | |
still quite a large amount of logging present for debug purposes.
|
| | | | | |
|
| | | |\ \
| | | | |/ |
|
| | | | |
| | | | |
| | | | |
| | | | | |
This should correct save all the assets required for the items within the coalesced objects in an IAR. This should also correctly gather the items on hypergrid takes.
|
| |/ / / |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
and currently used for all of an avatars attachments by the other
policies. Also changed the way items are pulled from the update queues
to bias close objects even more.
|
| | | |
| | | |
| | | |
| | | | |
or about 15 packets per second.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
command to look at the entity update priority queue. Added a "name" parameter
to show queues, show pqueues and show throttles to look at data for a specific
user.
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
queuetest
|
| | | | |
| | | | |
| | | | |
| | | | | |
and Removes in that order.
|
|/ / / /
| | | |
| | | |
| | | | |
hiearchy. A few other cosmetic changes.
|
|\ \ \ \
| | |_|/
| |/| | |
|
| | |/
| |/| |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
See http://opensimulator.org/mantis/view.php?id=5336
It turns out that viewer 2 was upset by the lack of a response to viv_watcher.php. This would send it into a continuous login loop.
Viewer 1 was quite happy to ignore the lack of response.
This commit puts in the bare minimum 'OK' message in response to viv_watcher.php. This allows viewer 2 voice to connect and appears to work.
However, at some point we need to fill out the watcher response, whatever that is.
|
| |/
| |
| |
| | |
to config parameters. Clean up some log messages.
|
| |
| |
| |
| | |
an acknowledgement from the network. This prevents RTT and throttles from being updated as they would when an ACK is actually received. Also fixed stats logging for unacked bytes and resent packets in this case.
|
| |
| |
| |
| | |
ResendPrimUpdates, it is removed from the UnackedPacketCollection.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
per Melanie's very good suggestion. The immediate queue is
serviced completely before all others, making it a very good
place to put avatar updates & attachments.
Moved the priority queue out of the LLUDP directory and
into the framework. It is now a fairly general utility.
|
| |
| |
| |
| |
| |
| |
| |
| | |
clients. If the sent packets are ack'ed successfully the throttle
will open quickly up to the maximum specified by the client and/or
the sims client throttle.
This still needs a lot of adjustment to get the rates correct.
|
| |
| |
| |
| | |
mechanism as the entity update queues.
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Often, by the time the UDPServer realizes that an entity update packet
has not been acknowledged, there is a newer update for the same entity
already queued up or there is a higher priority update that should be
sent first. This patch eliminates 1:1 packet resends for unacked entity
update packets. Insteawd, unacked update packets are decomposed into the
original entity updates and those updates are placed back into the
priority queues based on their new priority but the original update
timestamp. This will generally place them at the head of the line to be
put back on the wire as a new outgoing packet but prevents the resend
queue from filling up with multiple stale updates for the same entity.
This new approach takes advantage of the UDP nature of the Linden protocol
in that the intent of a reliable update packet is that if it goes
unacknowledge, SOMETHING has to happen to get the update to the client.
We are simply making sure that we are resending current object state
rather than stale object state.
Additionally, this patch includes a generalized callback mechanism so
that any caller can specify their own method to call when a packet
expires without being acknowledged. We use this mechanism to requeue
update packets and otherwise use the UDPServer default method of just
putting expired packets in the resend queue.
|
|
|
|
|
|
|
| |
config parameters.
Default remains true.
OpenSimDefault.ini changed so if you haven't overriden this switch then you don't need to do anything.
|
|
|
|
| |
There are no changes in this bump, they just signal a point at which the control file comes first in the archive.
|
|
|
|
| |
This commit contains no data changes - the version bump is to establish a version at which the control file must come first in the archive.
|
| |
|