aboutsummaryrefslogtreecommitdiff
path: root/src/Jellyfin.Networking/Udp
AgeCommit message (Collapse)Author
2024-01-06Auto Discovery Cleanup (#10793)Patrick Barron
* Call GetSmartApiUrl directly in UdpServer.RespondToV2Message GetSmartApiUrl already returns PublishedServerUrl if set. * Rewrite auto discovery using UdpClient and BackgroundService * Respect network address settings in AutoDiscoveryHost * Always listen on broadcast address in Linux for auto-discovery * Await udp server tasks in AutoDiscoveryHost * Only bind to broadcast addresses for IPv4 * Only bind to broadcast if IPv4 is enabled
2023-11-30Use file-scoped namespaces in Jellyfin.NetworkingPatrick Barron
2023-11-30Move SocketFactory to Jellyfin.NetworkingPatrick Barron
2023-11-30Move UdpServerEntryPoint to Jellyfin.NetworkingPatrick Barron