Remove accidental timeout left in during earlier debugging. Has been in since two commits ago (b099f26
)
parent
196e014782
commit
4859bc8c49
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue