nicmr / fidelitas

Rust network audio player and web client using actix and crossbeam multithreading, websockets, libvlc, and an Elm frontend.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve network interface selection mechanism

nicmr opened this issue · comments

commented

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:

  • unix w/ systemd
  • unix wo/ systemd
  • windows
commented

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