mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #6131] [MERGED] Fix network flooding issue #10827
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/6131
Author: @BaronGreenback
Created: 5/30/2021
Status: ✅ Merged
Merged: 6/3/2021
Merged by: @joshuaboniface
Base:
master← Head:Fix_NetworkFlooding📝 Commits (1)
40a43f9remove link between ssdp and upnp📊 Changes
1 file changed (+0 additions, -9 deletions)
View changed files
📝
Emby.Server.Implementations/EntryPoints/ExternalPortForwarding.cs(+0 -9)📄 Description
Remove link between DLNA and upnp.
UPnP does the port forwarding on the router by using SSDP broadcasts. DLNA does similar.
A link was placed between these to subsystems to speed up network device identification. This however, caused a loop whereby DLNA would pick up a device, and pass it to UPNP which would send out a notication, which DLNA would pick up and pass back to UPNP which would send out a notification. (Rinse and repeat) As each notification consists of 2-3 broadcasts, so the result is an exponential network flooding.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.