소스 검색

ExclusiveAddressUse: cheated by the docs

Bond_009 3 년 전
부모
커밋
470d175f32
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      Emby.Server.Implementations/Net/SocketFactory.cs

+ 2 - 0
Emby.Server.Implementations/Net/SocketFactory.cs

@@ -80,6 +80,8 @@ namespace Emby.Server.Implementations.Net
 
             var retVal = new Socket(AddressFamily.InterNetwork, SocketType.Dgram, ProtocolType.Udp);
 
+            retVal.ExclusiveAddressUse = false;
+
             try
             {
                 // seeing occasional exceptions thrown on qnap