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
When ping is performed to broadcast address, the original destination address is provided in the callback.
However, in this case, the actual reply is sent from different address.
I want to provide the actual reply address in the callback, not the original address.
When ping is performed to broadcast address, the original destination address is provided in the callback.
However, in this case, the actual reply is sent from different address.
I want to provide the actual reply address in the callback, not the original address.
The following PR seems to fix the problem.
go-ping/ping#187.
The text was updated successfully, but these errors were encountered: