* An update to the UDP Packet handler which might make the giant sized craters go away.
parent
e5929f4a1c
commit
a243a4aaf5
|
@ -204,7 +204,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
|||
// Packet dropping
|
||||
//
|
||||
List<PacketType> m_ImportantPackets = new List<PacketType>();
|
||||
private bool m_ReliableIsImportant = false;
|
||||
private bool m_ReliableIsImportant = true;
|
||||
|
||||
public bool ReliableIsImportant
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue