kdeconnect-kde/core/backends
Raphael Kubo da Costa 2df8a8064f LanLinkProvider: Bind the UDP server socket to Any, not Broadcast.
Trying to bind a UDP socket to 255.255.255.255 fails with EADDRNOTAVAIL
at least on FreeBSD.

The sender side on Android should send its message in broadcast mode (as
it already does), but the receiver side should bind to INADDR_ANY, not
INADDR_BROADCAST.

BUG:	324769
REVIEW:	118870
2014-06-27 00:20:23 +03:00
..
lan LanLinkProvider: Bind the UDP server socket to Any, not Broadcast. 2014-06-27 00:20:23 +03:00
loopback Reorganize sources 2014-06-14 15:22:40 +02:00
devicelink.cpp Reorganize sources 2014-06-14 15:22:40 +02:00
devicelink.h Reorganize sources 2014-06-14 15:22:40 +02:00
linkprovider.cpp Reorganize sources 2014-06-14 15:22:40 +02:00
linkprovider.h Reorganize sources 2014-06-14 15:22:40 +02:00