jellyfin/Emby.Server.Implementations/Net
BaronGreenback f01baad05e Sending multicasts out of Sockets without setting the broadcast to true - causes the error "Bad value for ai_flags" on some systems (#3404)
The underlying cause looks to be https://github.com/dotnet/runtime/issues/28630.

Basically, it's an access denied bug.
It looks like multicasts need the same access rights as broadcasts on some systems.
2020-06-24 17:23:16 +01:00
..
SocketFactory.cs Sending multicasts out of Sockets without setting the broadcast to true - causes the error "Bad value for ai_flags" on some systems (#3404) 2020-06-24 17:23:16 +01:00
UdpSocket.cs fix SA1503 for one line if statements 2020-06-20 20:35:29 +12:00