ExclusiveAddressUse: cheated by the docs

pull/7432/head
Bond_009 3 years ago
parent 1d018c5575
commit 470d175f32

@ -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

Loading…
Cancel
Save