aboutsummaryrefslogtreecommitdiff
path: root/src/Jellyfin.Networking/AutoDiscoveryHost.cs
AgeCommit message (Collapse)Author
2024-08-30Remove BOM from UTF-8 filesBond_009
I think some people need to change their IDE configuration ;)
2024-05-07Cleanup more unused codegnattu
Signed-off-by: gnattu <gnattuoc@me.com>
2024-05-07Cleanup unused codegnattu
Signed-off-by: gnattu <gnattuoc@me.com>
2024-05-07Let AutoDiscoveryHost bind to all addressesgnattu
Signed-off-by: gnattu <gnattuoc@me.com>
2024-04-17fix: bind auto-discovery to multicast ip on macOS (#11368)gnattu
2024-03-30Catch exceptions in auto discovery (#11252)Cody Robibero
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