Remove JustinCCs UDP patch - it is harmful to Avination's grid management

avinationmerge
Melanie Thielker 2014-11-10 04:48:36 +01:00
parent 36ecad98a1
commit 785a2cc729
1 changed files with 4 additions and 2 deletions

View File

@ -152,7 +152,9 @@ namespace OpenMetaverse
SocketType.Dgram,
ProtocolType.Udp);
m_udpSocket.SetSocketOption(SocketOptionLevel.Socket, SocketOptionName.ReuseAddress, false);
// OpenSim may need this but in AVN, this messes up automated
// sim restarts badly
//m_udpSocket.SetSocketOption(SocketOptionLevel.Socket, SocketOptionName.ReuseAddress, false);
try
{
@ -416,4 +418,4 @@ namespace OpenMetaverse
catch (ObjectDisposedException) { }
}
}
}
}