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
Setting ttl on IPv6 packets ends with OSError: Protocol not available
import asyncio from gufo.ping import Ping async def main(): ping = Ping(ttl=32) await ping.ping("::1"): pass asyncio.run(main())
OSError: Protocol not available
3.11.2 (main, Mar 23 2023, 03:00:37) [GCC 10.2.1 20210110]
0.2.4
Devcontainer
The text was updated successfully, but these errors were encountered:
I have open an issue in socket2 library: rust-lang/socket2/issues/418
socket2
Sorry, something went wrong.
Temporary disable setting of ttl and tos on IPv6 due to #2 and #4
8b7c2bc
No branches or pull requests
Describe the issue:
Setting ttl on IPv6 packets ends with OSError: Protocol not available
Reproduce the code example:
Error message:
Python version information
3.11.2 (main, Mar 23 2023, 03:00:37) [GCC 10.2.1 20210110]
Gufo Ping version information
0.2.4
Operation system version
Devcontainer
The text was updated successfully, but these errors were encountered: