mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-11-09 18:06:35 +00:00
Jellyfin autodiscovery is IPv4 broadcast only. We're not binding to a specific port, no need for SO_REUSEADDR. IP_MULTICAST_LOOP belongs to IPPROTO_IP https://tldp.org/HOWTO/Multicast-HOWTO-6.html and SO_REUSEADDR belongs to SOL_SOCKET https://docs.microsoft.com/en-us/windows/win32/winsock/sol-socket-socket-options |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| api.py | ||
| client.py | ||
| configuration.py | ||
| connection_manager.py | ||
| credentials.py | ||
| http.py | ||
| utils.py | ||
| websocket.py | ||
| ws_client.py | ||