mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #4404] [CLOSED] Networking 3 #10057
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/4404
Author: @BaronGreenback
Created: 10/31/2020
Status: ❌ Closed
Base:
master← Head:NetworkPR3📝 Commits (10+)
1449f2cCode upload5ae0d71Removed duplicate function.d4dfecfMoved into correct namespace8b82fe0Fix setting duplicate keys from auth header9d19c9dRemove jellyfin-ffmpeg dep from server packagef3f430eDependency catch up97de3ebRename itemIds to ids688b193Remove CommaDelimitedArrayModelBinderProvidere00f60bAutomatically clean activity log database2c540ebAllow configuration of ActivityLogRetention📊 Changes
15 files changed (+2380 additions, -854 deletions)
View changed files
➕
Emby.Dlna/Ssdp/DiscoveredSsdpDevice.cs(+110 -0)➕
Emby.Dlna/Ssdp/ISsdpServer.cs(+79 -0)➕
Emby.Dlna/Ssdp/SsdpDeviceInfo.cs(+47 -0)➕
Emby.Dlna/Ssdp/SsdpEventArgs.cs(+61 -0)➕
Emby.Dlna/Ssdp/SsdpLocator.cs(+435 -0)➕
Emby.Dlna/Ssdp/SsdpServer.cs(+624 -0)➖
Emby.Server.Implementations/Networking/NetworkManager.cs(+0 -566)➖
Jellyfin.Networking/Manager/INetworkManager.cs(+0 -234)📝
MediaBrowser.Common/Net/INetworkManager.cs(+185 -49)➕
MediaBrowser.Common/Udp/StringExtensions.cs(+67 -0)➕
MediaBrowser.Common/Udp/UdpHelper.cs(+620 -0)➕
MediaBrowser.Common/Udp/UdpProcess.cs(+145 -0)📝
MediaBrowser.sln(+1 -1)📝
RSSDP/SsdpCommunicationsServer.cs(+2 -2)📝
RSSDP/SsdpDevicePublisher.cs(+4 -2)📄 Description
This will compile once PR2 is submitted
This PR does not integrated this functionality into JF. This will occur in the next PR.
This PR is a set of new IPv6/Ipv4 UDP helper routines, based upon .NET call-back functionality, rather than using thread waiting techniques.
Advantages:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.