mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Remove accidental timeout left in during earlier debugging. Has been in since two commits ago (b099f26)
This commit is contained in:
@@ -794,7 +794,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
Interlocked.Increment(ref udpClient.PacketsReceived);
|
||||
|
||||
int now = Environment.TickCount & Int32.MaxValue;
|
||||
// udpClient.TickLastPacketReceived = now;
|
||||
udpClient.TickLastPacketReceived = now;
|
||||
|
||||
#region ACK Receiving
|
||||
|
||||
|
||||
Reference in New Issue
Block a user