mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
* Makes SimulatorEnable messages 'reliable' and subject to redelivery.
This commit is contained in:
@@ -1664,6 +1664,9 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
enablesimpacket.SimulatorInfo.IP += (uint)byteIP[1] << 8;
|
||||
enablesimpacket.SimulatorInfo.IP += (uint)byteIP[0];
|
||||
enablesimpacket.SimulatorInfo.Port = neighbourPort;
|
||||
|
||||
enablesimpacket.Header.Reliable = true; // ESP's should be reliable.
|
||||
|
||||
OutPacket(enablesimpacket, ThrottleOutPacketType.Task);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user