mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Handle resends better
This commit is contained in:
@@ -251,6 +251,11 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
;
|
||||
}
|
||||
|
||||
public bool Contains(uint sequence)
|
||||
{
|
||||
return contents.Contains(sequence);
|
||||
}
|
||||
|
||||
public void Flush()
|
||||
{
|
||||
lock (this)
|
||||
|
||||
Reference in New Issue
Block a user