This commit is contained in:
mark 2010-12-23 22:29:59 +00:00
parent b4f01e6b2a
commit 0ef1458db7

View file

@ -85,8 +85,9 @@ namespace Server.Network
try
{
s.LingerState.Enabled = false;
#if !MONO
s.ExclusiveAddressUse = false;
#endif
s.Bind( ipep );
s.Listen( 8 );