mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/3431
Author: @BaronGreenback
Created: 6/24/2020
Status: ✅ Merged
Merged: 7/1/2020
Merged by: @joshuaboniface
Base:
master← Head:3404📝 Commits (8)
b2e1d70Merge pull request #24 from jellyfin/masterb5586e6Merge pull request #25 from jellyfin/master2486e48Merge pull request #30 from jellyfin/master5b0c182Added logging and broadcast = truec07d8abRemoved debugging infof01baadSending multicasts out of Sockets without setting the broadcast to true - causes the error "Bad value for ai_flags" on some systems (#3404)27f6e1dUpdate SsdpCommunicationsServer.cs2272363Update SsdpCommunicationsServer.cs📊 Changes
2 files changed (+3 additions, -1 deletions)
View changed files
📝
Emby.Server.Implementations/Net/SocketFactory.cs(+3 -0)📝
RSSDP/SsdpCommunicationsServer.cs(+0 -1)📄 Description
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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.