mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
test...
This commit is contained in:
@@ -444,10 +444,8 @@ namespace OpenSim.Region.CoreModules.Agent.Xfer
|
||||
return true;
|
||||
|
||||
packet &= 0x7fffffff;
|
||||
if(lastAckPacket >= packet)
|
||||
return false;
|
||||
|
||||
lastAckPacket = (int)packet;
|
||||
if(lastAckPacket < packet)
|
||||
lastAckPacket = (int)packet;
|
||||
|
||||
if(lastAckPacket == LastPacket)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user