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

Support _msg syscalls #261

Closed
Icelk opened this issue Mar 27, 2023 · 4 comments · Fixed by #263
Closed

Support _msg syscalls #261

Icelk opened this issue Mar 27, 2023 · 4 comments · Fixed by #263

Comments

@Icelk
Copy link
Contributor

Icelk commented Mar 27, 2023

One can't add headers (shortened to hdr) when sending or receiving packets. This prevents QUIC implementations from using this library, as those require header control.

Would it be possible to give the user functions which take headers (e.g. this opcode)?

quinn-rs/quinn#1452 seems to be blocked on this.

@FrankReh
Copy link
Collaborator

Can you use Udpsocket::recvmsg? It's been in master since late Feb. So would have to pull from git.

@Icelk
Copy link
Contributor Author

Icelk commented Mar 27, 2023

Right, didn't see that. Thanks!

I noticed you only provide sendmsg_zc. Is there a reason you don't support sendmsg without zero copying?

@FrankReh
Copy link
Collaborator

Just no-one has gotten to it. PRs are welcome.

@Icelk
Copy link
Contributor Author

Icelk commented Mar 28, 2023

Just no-one has gotten to it. PRs are welcome.

#263
:)

FrankReh pushed a commit that referenced this issue Mar 28, 2023
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 a pull request may close this issue.

2 participants