This commit is contained in:
parent
b4f01e6b2a
commit
0ef1458db7
1 changed files with 2 additions and 1 deletions
|
|
@ -85,8 +85,9 @@ namespace Server.Network
|
|||
try
|
||||
{
|
||||
s.LingerState.Enabled = false;
|
||||
#if !MONO
|
||||
s.ExclusiveAddressUse = false;
|
||||
|
||||
#endif
|
||||
s.Bind( ipep );
|
||||
s.Listen( 8 );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue