mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
Make a race condition in packet resending smaller
This commit is contained in:
@@ -238,6 +238,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
return null;
|
||||
if (item.Incoming)
|
||||
return item;
|
||||
item.TickCount = System.Environment.TickCount;
|
||||
if (item.Sequence == 0)
|
||||
return item;
|
||||
if (contents.Remove(item.Sequence))
|
||||
|
||||
Reference in New Issue
Block a user