temporarily disable the last bit of code as it prevents startup on

mono.  Need to sort that out with DJ shortly.
0.6.0-stable
Sean Dague 2008-06-03 13:58:54 +00:00
parent e713a3c62a
commit afd59e862e
1 changed files with 2 additions and 1 deletions

View File

@ -412,7 +412,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
uint IOC_IN = 0x80000000; uint IOC_IN = 0x80000000;
uint IOC_VENDOR = 0x18000000; uint IOC_VENDOR = 0x18000000;
uint SIO_UDP_CONNRESET = IOC_IN | IOC_VENDOR | 12; 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; listenPort = newPort;