mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Remove JustinCCs UDP patch - it is harmful to Avination's grid management
This commit is contained in:
@@ -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) { }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user