We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a5826 commit ab3fa69Copy full SHA for ab3fa69
components/mdns/mdns_networking.c
@@ -38,7 +38,7 @@ static esp_err_t _udp_pcb_main_init(void)
38
_pcb_main = NULL;
39
return ESP_ERR_INVALID_STATE;
40
}
41
- _pcb_main->mcast_ttl = 1;
+ _pcb_main->mcast_ttl = 255;
42
_pcb_main->remote_port = MDNS_SERVICE_PORT;
43
ip_addr_copy(_pcb_main->remote_ip, *(IP_ANY_TYPE));
44
udp_recv(_pcb_main, &_udp_recv, _mdns_server);
0 commit comments