mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
ExclusiveAddressUse: cheated by the docs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user