From 413543753af3c0fdbe672267d92d2d62534afff6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E4=B9=9D?= <366193849@qq.com> Date: Sat, 4 Sep 2021 15:54:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E7=AB=AF=E5=8F=A3=E5=A4=8D?= =?UTF-8?q?=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FastGithub.Dns/DnsOverUdpServer.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/FastGithub.Dns/DnsOverUdpServer.cs b/FastGithub.Dns/DnsOverUdpServer.cs index 511cac0..8d38c06 100644 --- a/FastGithub.Dns/DnsOverUdpServer.cs +++ b/FastGithub.Dns/DnsOverUdpServer.cs @@ -58,7 +58,6 @@ namespace FastGithub.Dns try { - this.socket.SetSocketOption(SocketOptionLevel.Socket, SocketOptionName.ReuseAddress, true); this.socket.Bind(new IPEndPoint(address, port)); } catch (SocketException ex) when (ex.SocketErrorCode == SocketError.AccessDenied)