kdeconnect-kde/core/backends/lan
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
..
CMakeLists.txt Reorganize sources 2014-06-14 15:22:40 +02:00
downloadjob.cpp Reorganize sources 2014-06-14 15:22:40 +02:00
downloadjob.h Reorganize sources 2014-06-14 15:22:40 +02:00
landevicelink.cpp Reorganize sources 2014-06-14 15:22:40 +02:00
landevicelink.h Reorganize sources 2014-06-14 15:22:40 +02:00
lanlinkprovider.cpp LanLinkProvider: Bind the UDP server socket to Any, not Broadcast. 2014-06-27 00:20:23 +03:00
lanlinkprovider.h Reorganize sources 2014-06-14 15:22:40 +02:00
netaddress.h Reorganize sources 2014-06-14 15:22:40 +02:00
socketlinereader.cpp Removed unused variable 2014-06-14 16:22:30 +02:00
socketlinereader.h Reorganize sources 2014-06-14 15:22:40 +02:00
uploadjob.cpp Reorganize sources 2014-06-14 15:22:40 +02:00
uploadjob.h Reorganize sources 2014-06-14 15:22:40 +02:00