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

Add IPV6_DONTFRAG socket option on OpenBSD #3704

Closed
flub opened this issue May 16, 2024 · 3 comments
Closed

Add IPV6_DONTFRAG socket option on OpenBSD #3704

flub opened this issue May 16, 2024 · 3 comments
Labels
C-API-request Category: API request

Comments

@flub
Copy link

flub commented May 16, 2024

According to the git history this symbol has been there for a very long time, so there is probably no need to check the openbsd version.

@flub flub added the C-API-request Category: API request label May 16, 2024
@devnexen
Copy link
Contributor

You re in the luck, seems it is already there.

@flub
Copy link
Author

flub commented May 21, 2024

Huh, totally true. I'm afraid I mixed up the symbol, I am looking for IPV6_DONTFRAG:

https://github.com/openbsd/src/blob/35659bf2453d7eeb12fd24089cf668ca13361c18/sys/netinet6/in6.h#L336

Also has been there since forever in OpenBSD, but I don't think is defined by the libc crate.

@flub flub changed the title Add IPV6_RECVTCLASS socket option on OpenBSD Add IPV6_DONTFRAG socket option on OpenBSD May 21, 2024
devnexen added a commit to devnexen/libc that referenced this issue May 21, 2024
JohnTitor pushed a commit to devnexen/libc that referenced this issue Jun 18, 2024
nyurik pushed a commit to nyurik/libc that referenced this issue Jul 26, 2024
@tgross35
Copy link
Contributor

This should have been closed by #3716.

tgross35 pushed a commit to tgross35/rust-libc that referenced this issue Aug 29, 2024
close rust-lang#3704

(apply <rust-lang#3716> to `main`)
(cherry picked from commit fe41e4a)
tgross35 pushed a commit to tgross35/rust-libc that referenced this issue Aug 29, 2024
close rust-lang#3704

(apply <rust-lang#3716> to `main`)
(cherry picked from commit fe41e4a)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-API-request Category: API request
Projects
None yet
Development

No branches or pull requests

3 participants