jellyfin-kodi/jellyfin_kodi/jellyfin
Odd Stråbø 020bd59766 Fixes jellyfin/jellyfin-kodi#421
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
2020-11-15 18:50:54 +01:00
..
__init__.py Fix linting, flake8 and sonarcloud issues 2020-04-19 12:07:55 +02:00
api.py Merge pull request #366 from oddstr13/pr-json-filter-1 2020-08-21 17:43:52 -04:00
client.py Get the logger from a central place 2020-04-19 03:21:40 +02:00
configuration.py Get the logger from a central place 2020-04-19 03:21:40 +02:00
connection_manager.py Fixes jellyfin/jellyfin-kodi#421 2020-11-15 18:50:54 +01:00
credentials.py flake8 2020-08-21 14:56:15 +02:00
http.py Clean json returned from server for keys with None values 2020-08-21 15:09:34 +02:00
utils.py Clean json returned from server for keys with None values 2020-08-21 15:09:34 +02:00
websocket.py Fix linting, flake8 and sonarcloud issues 2020-04-19 12:07:55 +02:00
ws_client.py Get the logger from a central place 2020-04-19 03:21:40 +02:00