Reapply the packet optimization patch, with changes

This commit is contained in:
Melanie Thielker
2008-12-17 21:00:18 +00:00
parent dce11e4685
commit a9e38bcafc
3 changed files with 42 additions and 57 deletions

View File

@@ -42,5 +42,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
public ThrottleOutPacketType throttleType;
public int TickCount;
public Object Identifier;
public int Resends;
public int Length;
}
}