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

Avoid dual-stack #516

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Avoid dual-stack #516

wants to merge 2 commits into from

Conversation

catap
Copy link

@catap catap commented Jun 22, 2024

OpenBSD doesn't support dual stack, that makes this broken on machine which hasn't got IPv6.

Anyway, a machine which has IPv6, still, can't access IPv4 hosts.

OpenBSD doesn't support dual stack, that makes this broken on machine
which hasn't got IPv6.

Anyway, a machine which has IPv6, still, can't access IPv4 hosts.
@catap catap mentioned this pull request Jun 22, 2024
Copy link

codecov bot commented Jun 22, 2024

Codecov Report

Attention: Patch coverage is 81.81818% with 4 lines in your changes missing coverage. Please review.

Project coverage is 99.92%. Comparing base (ff3281f) to head (3c4a567).

Files Patch % Lines
src/aioquic/asyncio/client.py 81.81% 4 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##              main     #516      +/-   ##
===========================================
- Coverage   100.00%   99.92%   -0.08%     
===========================================
  Files           25       25              
  Lines         4999     5012      +13     
===========================================
+ Hits          4999     5008       +9     
- Misses           0        4       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jlaine
Copy link
Contributor

jlaine commented Jun 22, 2024

Just because OpenBSD doesn't support dual-stack doesn't sound like a reason to disable the feature for all OS's that do. Can we detect the fact dual-stack doesn't work? Or opt in for this behaviour?

@catap
Copy link
Author

catap commented Jun 22, 2024

@jlaine well, I can do something like this.

@jlaine
Copy link
Contributor

jlaine commented Jun 22, 2024

@jlaine well, I can do something like this.

Any suggestions on how to add OpenBSD to our CI pipeline?

@catap
Copy link
Author

catap commented Jun 22, 2024

A few moths ago I did https://github.com/catap/shell whcih can be used as an example to add different system to github actions.

@catap catap force-pushed the openbsd branch 4 times, most recently from 0059054 to 3aa752d Compare June 22, 2024 21:59
@catap
Copy link
Author

catap commented Jun 26, 2024

@jlaine 👋

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

Successfully merging this pull request may close these issues.

None yet

2 participants