libpeer icon indicating copy to clipboard operation
libpeer copied to clipboard

ports_resolve_mdns_host always return -1 for ESP32

Open Roman-Lukin opened this issue 1 year ago • 0 comments

In the file ports.c, in the function int ports_resolve_mdns_host(const char *host, Address *addr) in line #124 please add ret = 0; because ports_resolve_mdns_host always return -1 for ESP32.

Roman-Lukin avatar Feb 27 '24 09:02 Roman-Lukin