* Makes SimulatorEnable messages 'reliable' and subject to redelivery.
parent
97c18caa76
commit
5dc3e560d3
|
@ -1664,6 +1664,9 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||||
enablesimpacket.SimulatorInfo.IP += (uint)byteIP[1] << 8;
|
enablesimpacket.SimulatorInfo.IP += (uint)byteIP[1] << 8;
|
||||||
enablesimpacket.SimulatorInfo.IP += (uint)byteIP[0];
|
enablesimpacket.SimulatorInfo.IP += (uint)byteIP[0];
|
||||||
enablesimpacket.SimulatorInfo.Port = neighbourPort;
|
enablesimpacket.SimulatorInfo.Port = neighbourPort;
|
||||||
|
|
||||||
|
enablesimpacket.Header.Reliable = true; // ESP's should be reliable.
|
||||||
|
|
||||||
OutPacket(enablesimpacket, ThrottleOutPacketType.Task);
|
OutPacket(enablesimpacket, ThrottleOutPacketType.Task);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue