kdeconnect-kde/core
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
..
backends LanLinkProvider: Bind the UDP server socket to Any, not Broadcast. 2014-06-27 00:20:23 +03:00
CMakeLists.txt Use the compat link_public/link_private keywords instead. 2014-06-24 23:27:46 +02:00
daemon.cpp Figure out Messages.sh after code refactoring 2014-06-17 18:45:47 +02:00
daemon.h Reorganize sources 2014-06-14 15:22:40 +02:00
default_args.h Reorganize sources 2014-06-14 15:22:40 +02:00
device.cpp De-duplicated small piece of code 2014-06-15 21:40:19 +02:00
device.h De-duplicated small piece of code 2014-06-15 21:40:19 +02:00
filetransferjob.cpp Reorganize sources 2014-06-14 15:22:40 +02:00
filetransferjob.h Reorganize sources 2014-06-14 15:22:40 +02:00
kdebugnamespace.cpp Reorganize sources 2014-06-14 15:22:40 +02:00
kdebugnamespace.h Reorganize sources 2014-06-14 15:22:40 +02:00
kdeconnectplugin.cpp Document in the desktop files the outgoing types for the plugins 2014-06-14 20:35:00 +02:00
kdeconnectplugin.h Document in the desktop files the outgoing types for the plugins 2014-06-14 20:35:00 +02:00
Messages.sh Figure out Messages.sh after code refactoring 2014-06-17 18:45:47 +02:00
networkpackage.cpp Display the user-name in the display name 2014-06-21 02:05:55 +02:00
networkpackage.h Reorganize sources 2014-06-14 15:22:40 +02:00
networkpackagetypes.h Reorganize sources 2014-06-14 15:22:40 +02:00
pluginloader.cpp Document in the desktop files the outgoing types for the plugins 2014-06-14 20:35:00 +02:00
pluginloader.h Document in the desktop files the outgoing types for the plugins 2014-06-14 20:35:00 +02:00