private-octopus / picoquic

Minimal implementation of the QUIC protocol
MIT License
523 stars 153 forks source link

mDNS is not working #1564

Closed TimEvens closed 9 months ago

TimEvens commented 9 months ago

mDNS resolution is not working with picoquic_get_server_address(). Might be issue with AF_INET6 being first.

This was observed on MacOS and iOS.