We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Guys, your ping3 library is awesome, but I don't see the supportability of IPv6 for ping method in latest releases. Are you going to add IPv6 support?
64 bytes from 2001:420:3044:2013:0:6:0:68: icmp_seq=5446 ttl=62 time=0.162 ms --- 2001:420:3044:2013:0:6:0:68 ping statistics --- 5446 packets transmitted, 5446 received, 0% packet loss, time 1086ms rtt min/avg/max/mdev = 0.090/0.137/1.414/0.037 ms, ipg/ewma 0.199/0.139 ms root@perf-v4vz-replay6:~# python3 Python 3.10.12 (main, Nov 6 2024, 20:22:13) [GCC 11.4.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> from ping3 import ping >>> ping('2001:420:3044:2013:0:6:0:68', interface='eth0') False
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Guys, your ping3 library is awesome, but I don't see the supportability of IPv6 for ping method in latest releases. Are you going to add IPv6 support?
The text was updated successfully, but these errors were encountered: