-
Notifications
You must be signed in to change notification settings - Fork 29
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
Add IPv6 support #5
Comments
Would require different socket running ICMPv6, which is already done depending on querried addressed. Forcev6 and Forcev4 both return correct addresses. http://www.tcpipguide.com/free/t_ICMPCommonMessageFormatandDataEncapsulation.htm May also require new Ping_V6 class? |
Can maybe be done by changing port type depending on IP Version ping property (that would need to be added)
The text was updated successfully, but these errors were encountered: