mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
ExclusiveAddressUse: cheated by the docs
This commit is contained in:
parent
1d018c5575
commit
470d175f32
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue