https://bugs.kde.org/show_bug.cgi?id=371539
NewmanIsaac <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #29 from NewmanIsaac <[email protected]> --- I was able to make kdeconnect listen on IPv4 only by changing QHostAddress::Any to QHostAddress::AnyIPv4 in core/backends/lan/lanlinkprovider.cpp and core/backends/lan/uploadjob.cpp and recompiling. netstat -tulpen | grep kdeconnectd tcp 0 0 0.0.0.0:1716 0.0.0.0:* LISTEN 1000 19330 1492/kdeconnectd udp 0 0 0.0.0.0:1716 0.0.0.0:* 1000 19329 1492/kdeconnectd This doesn't seem to break anything (well, probably IPv6 connectivity), but I haven't tested many things. My phone-desktop connection at home was already working before and it's still working after recompiling. Unfortunately, this didn't fix my phone-laptop connection at work, which is what I was trying to fix. There must be something else going on there. I don't think it's a firewall or SSL problem. >From another computer: openssl s_client -cipher ECDHE-ECDSA-AES256-GCM-SHA384 -connect <my_laptop_ip>:1716 CONNECTED(00000003) Running 1.0.3 on Arch and 1.6.5 on my phone. -- You are receiving this mail because: You are watching all bug changes.
