Summary: | undirected broadcast (255.255.255.255) doesn't work on FreeBSD | ||
---|---|---|---|
Product: | [Applications] kdeconnect | Reporter: | Tim Creech <dezgotspam> |
Component: | common | Assignee: | Albert Vaca Cintora <albertvaka> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | arthur, rakuco |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | FreeBSD | ||
Latest Commit: | http://commits.kde.org/kdeconnect-kde/2df8a8064feb15e9570660d0375b58fa084f570d | Version Fixed In: | |
Sentry Crash Report: |
Description
Tim Creech
2013-09-10 20:53:23 UTC
Well, I have no experience at all on non-linux systems, so I hope another FreeBSD user can helps you. Meanwhile, consider KDE Connect "unsuported" on FreeBSD :( Git commit 2df8a8064feb15e9570660d0375b58fa084f570d by Raphael Kubo da Costa. Committed on 22/06/2014 at 11:17. Pushed by rkcosta into branch 'master'. 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. REVIEW: 118870 M +1 -1 core/backends/lan/lanlinkprovider.cpp http://commits.kde.org/kdeconnect-kde/2df8a8064feb15e9570660d0375b58fa084f570d |