mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #4089] [CLOSED] Project: Network 3 - Everything UDP #9869
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/4089
Author: @BaronGreenback
Created: 9/8/2020
Status: ❌ Closed
Base:
master← Head:NetReview5📝 Commits (10+)
d4004bcMerge pull request #62 from jellyfin/master555c15dCreate temp6220965Add files via upload304d11aDelete tempdf2cf31Delete IPHost.cs07c88a4Delete IPObject.csac8f939Delete IPNetAddress.csfe59cbaDelete NetCollection.cs17f7298Create UdpProcess.cse600d15Add files via upload📊 Changes
2 files changed (+937 additions, -0 deletions)
View changed files
➕
Jellyfin.Networking/Udp/UdpProcess.cs(+147 -0)➕
Jellyfin.Networking/Udp/UdpServer.cs(+790 -0)📄 Description
The UdpProcess is a wrapper for the UdpClient which adds properties required by the UdpServer.
For instance, each udpclient can enable its own logging and debug filtering.
UdpServer.cs is a static helper class performing all functions udp.
The code is designed to be re-used elsewhere.
It's also designed to enable complete system to be implemented in a few lines of code (See review 6)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.