You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@dancol90 Hello,
Is there any method to set timeout while pinging? If the ping is not received within the timeout, return as HOST_UNREACHABLE.
I really need the timeout feature for my application where ESP needs to figure whether the network is connected to the internet or not. Something like following will be nicer to have:
Ping.setTimeout(ms);
bool status = Ping.ping(HOST);
The text was updated successfully, but these errors were encountered:
@dancol90 Hello,
Is there any method to set timeout while pinging? If the ping is not received within the timeout, return as
HOST_UNREACHABLE
.I really need the timeout feature for my application where ESP needs to figure whether the network is connected to the internet or not.
Something like following will be nicer to have:
The text was updated successfully, but these errors were encountered: