nicmr / fidelitas

Rust network audio player and web client using actix and crossbeam multithreading, websockets, libvlc, and an Elm frontend.
GNU General Public License v3.0
0 stars 0 forks source link

Improve network interface selection mechanism #27

Open nicmr opened 4 years ago

nicmr commented 4 years ago

When selecting network interfaces, it should be easy to understand by users which network interface is preferred and when manual action will be selected. The behvaiour on the following platforms needs to be documented:

nicmr commented 4 years ago

Currently the program will select enpX > wlp6 > nothing on systemd unix and no adapter at all on other platforms.