kdeconnect-kde/core/backends
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
..
bluetooth Implementing link priorities 2023-10-01 10:39:59 +00:00
lan Implementing link priorities 2023-10-01 10:39:59 +00:00
loopback Implementing link priorities 2023-10-01 10:39:59 +00:00
devicelink.cpp Implementing link priorities 2023-10-01 10:39:59 +00:00
devicelink.h Implementing link priorities 2023-10-01 10:39:59 +00:00
linkprovider.cpp Add explicit moc includes to cpp files 2023-07-30 07:27:45 +00:00
linkprovider.h Implementing link priorities 2023-10-01 10:39:59 +00:00
pairinghandler.cpp Add explicit moc includes to cpp files 2023-07-30 07:27:45 +00:00
pairinghandler.h Remove unused default destructors 2023-08-05 20:22:18 +00:00