From afd59e862e8c6c289f179526261b312008caf3b3 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Tue, 3 Jun 2008 13:58:54 +0000 Subject: temporarily disable the last bit of code as it prevents startup on mono. Need to sort that out with DJ shortly. --- OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'OpenSim/Region/ClientStack/LindenUDP') diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs b/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs index 7f221ae..fcb611f 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs @@ -412,7 +412,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP uint IOC_IN = 0x80000000; uint IOC_VENDOR = 0x18000000; uint SIO_UDP_CONNRESET = IOC_IN | IOC_VENDOR | 12; - m_socket.IOControl((int)SIO_UDP_CONNRESET, new byte[] { Convert.ToByte(false) }, null); + // TODO: this apparently works in .NET but not in Mono, need to sort out the right flags here. + // m_socket.IOControl((int)SIO_UDP_CONNRESET, new byte[] { Convert.ToByte(false) }, null); listenPort = newPort; -- cgit v1.1