lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] mDNS stops responding after some time


From: Adam Baron
Subject: Re: [lwip-users] mDNS stops responding after some time
Date: Sun, 31 May 2020 22:18:50 +0200

Hello,

I guess it is because it times out after given period (6000000 seconds?). It is not working as it should in current 2.1.2 stable.

Adam

ne 31. 5. 2020 v 17:58 odesílatel kurta9999 <nmsstulaj@gmail.com> napsal:
I've set up mDNS with these functions:

void srv_txt(struct mdns_service *service, void *txt_userdata)
{
  HAL_Delay(1);
}

  mdns_resp_init();
  mdns_resp_add_netif(&gnetif, "BGW", 255);
  mdns_resp_add_service(&gnetif, "HyperM", "_http", DNSSD_PROTO_UDP, 80,
6000000, srv_txt, NULL);

and it doesn't work after a few minutes pass. Why this could be happen? I'm
using bonjour browser for mDNS, if needed I can provide wireshark log.

Thanks.



--
Sent from: http://lwip.100.n7.nabble.com/lwip-users-f3.html

_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users


--
731435556
Adam Baron

reply via email to

[Prev in Thread] Current Thread [Next in Thread]