-
Notifications
You must be signed in to change notification settings - Fork 7.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ping timeout (IDFGH-10552) #11792
Comments
try this. https://github.com/nopnop2002/esp-idf-ping
|
Your project worked, thank's. I will take a better look at your code. My project have a websocket server running on it. Could it be that the websocket server is causing the error in my project ?
|
Hi, Problem solved. I changed( put it ) this in my code:
But i think that the responsible for the non-functioning was only the lack of this: "target_addr.type = IPADDR_TYPE_V4;" Thank's again @nopnop2002. Please espressif, fix the example once and for all. |
@baldhead69 do yo have IPv6 capable local network?
I don't think we should restrict the example to support the IPv4 only networks. In case users don't want to use IPv6 they could simply disable it and the example would work as IPv4 only. Do you see any issue with that? |
Hi @david-cermak , In principle this problem is solved for me. Could you help me with this ? https://www.esp32.com/viewtopic.php?f=13&t=34682&sid=ae1b5c32da704235f4abd52edef48051&start=30 no one from espressif answers anything |
okay, closing. Also seeing that your linked issue has been addressed, too. |
Answers checklist.
General issue report
Hi,
I am trying to ping my AP to confirm that the esp-idf icmp lib( lwIP ) is working, but a timeout occur.
My desktop is connected to same access point and pinging from desktop to access point is ok.
Pinging to esp32-s3 from desktop is ok too.
What may be the problem ?
Code:
esp-idf monitor:
sockets.c file:
Notes:
esp-idf v5.0.2
Thank's.
The text was updated successfully, but these errors were encountered: