* Fixed Simian packet resend bug, agents should properly time out now

* Force Simian inventory permissions to full for now
* Small LoginResponseData.ToXmlRpc() improvements

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2270 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2008-10-07 02:06:29 +00:00
parent 731c22045d
commit df47694569
3 changed files with 40 additions and 14 deletions

View File

@@ -400,7 +400,7 @@ namespace Simian
Logger.DebugLog(String.Format("Resending packet #{0} ({1}), {2}ms have passed",
outgoing.Packet.Header.Sequence, outgoing.Packet.GetType(), now - outgoing.TickCount));
outgoing.TickCount = 0;
outgoing.TickCount = Environment.TickCount;
outgoing.Packet.Header.Resent = true;
++outgoing.ResendCount;
//++Stats.ResentPackets;