ExclusiveAddressUse: cheated by the docs
This commit is contained in:
parent
1d018c5575
commit
470d175f32
|
@ -80,6 +80,8 @@ namespace Emby.Server.Implementations.Net
|
||||||
|
|
||||||
var retVal = new Socket(AddressFamily.InterNetwork, SocketType.Dgram, ProtocolType.Udp);
|
var retVal = new Socket(AddressFamily.InterNetwork, SocketType.Dgram, ProtocolType.Udp);
|
||||||
|
|
||||||
|
retVal.ExclusiveAddressUse = false;
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
// seeing occasional exceptions thrown on qnap
|
// seeing occasional exceptions thrown on qnap
|
||||||
|
|
Loading…
Reference in New Issue
Block a user