mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-22 11:13:44 +00:00
2870519f6e
Users found it rather confusing that binding to the default address (::0) doesn't allow incoming connections via IPv4 on windows. This change will allow for this, by using a IPv6 socket and disabling IPv6-only on all platforms. This lets the windows and unix implementations behave equally.