rust-mdns icon indicating copy to clipboard operation
rust-mdns copied to clipboard

Support linux kernel < 3.9

Open jr01 opened this issue 8 years ago • 1 comments

rust-mdns uses SO_REUSEPORT option to bind to a port, that option isn't supported on kernels < 3.9. Many older devices can't be (easily) upgraded to a more recent kernel thereby leaving many not being able to use this library and spotify connect in librespot.

I suggested a fix here: https://github.com/plietar/librespot/issues/226#issuecomment-329964320

jr01 avatar Sep 23 '17 07:09 jr01

Should be fixed by #24 :)

LinusU avatar Jun 18 '19 21:06 LinusU