kdeconnect-kde/core/backends/lan
Rob Emery ad75b438cb Implementing link priorities
Now that devices can potentially be connected via both network and bluetooth simultaneously we should prioritise connections over the highest performing link (probably wifi/network). To this end the
m_deviceLinks are now sorted based on priority with the fastest links first; this means that when Device::sendPacket is scheduling to send a packet, it should always use the fastest link first.
2023-10-01 10:39:59 +00:00
..
CMakeLists.txt Replace KDNSSD with mdns.h 2023-08-28 17:08:18 +00:00
compositeuploadjob.cpp CompositeUploadJob: Use lambda connect, log errors 2023-08-05 20:22:18 +00:00
compositeuploadjob.h CompositeUploadJob: Use lambda connect, log errors 2023-08-05 20:22:18 +00:00
landevicelink.cpp Add explicit moc includes to cpp files 2023-07-30 07:27:45 +00:00
landevicelink.h Simplify the code that reads from the socket line by line 2023-07-10 15:58:56 +00:00
lanlinkprovider.cpp Sanitize certificate subject name before comparing to deviceId 2023-09-06 21:09:02 +00:00
lanlinkprovider.h Implementing link priorities 2023-10-01 10:39:59 +00:00
mdns.h Fixes from code review 2023-08-28 17:08:18 +00:00
mdns_wrapper.cpp Error checking 2023-08-28 17:08:18 +00:00
mdns_wrapper.h Add MDNS e2e test 2023-08-28 17:08:18 +00:00
mdnsdiscovery.cpp Add MDNS e2e test 2023-08-28 17:08:18 +00:00
mdnsdiscovery.h Better handling of network changes for MDNS 2023-08-28 17:08:18 +00:00
server.cpp Add explicit moc includes to cpp files 2023-07-30 07:27:45 +00:00
server.h Remove unused default destructors 2023-08-05 20:22:18 +00:00
uploadjob.cpp Discard unused params more elegantly 2023-08-05 20:22:18 +00:00
uploadjob.h Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00