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
In Python 3.11 loop.sock_recvfrom was added allowing the possibility to run traceroutes asynchronously fairly easily
With already implemented async_ping, async_resolve and async_multiping this seems like a sensible addition to have async_traceroute
The only drawback is that it is only 3.11 or higher.
Thoughts?
The text was updated successfully, but these errors were encountered:
In Python 3.11
loop.sock_recvfrom
was added allowing the possibility to run traceroutes asynchronously fairly easilyWith already implemented
async_ping
,async_resolve
andasync_multiping
this seems like a sensible addition to haveasync_traceroute
The only drawback is that it is only 3.11 or higher.
Thoughts?
The text was updated successfully, but these errors were encountered: