* 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user