Skip to content
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

IPv6 support #85

Open
Danya1998 opened this issue Nov 25, 2024 · 0 comments
Open

IPv6 support #85

Danya1998 opened this issue Nov 25, 2024 · 0 comments

Comments

@Danya1998
Copy link

Danya1998 commented Nov 25, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant