Remove accidental timeout left in during earlier debugging. Has been in since two commits ago (b099f26
)
parent
1b1f0a2d77
commit
2ca31a9841
|
@ -794,7 +794,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||||
Interlocked.Increment(ref udpClient.PacketsReceived);
|
Interlocked.Increment(ref udpClient.PacketsReceived);
|
||||||
|
|
||||||
int now = Environment.TickCount & Int32.MaxValue;
|
int now = Environment.TickCount & Int32.MaxValue;
|
||||||
// udpClient.TickLastPacketReceived = now;
|
udpClient.TickLastPacketReceived = now;
|
||||||
|
|
||||||
#region ACK Receiving
|
#region ACK Receiving
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue