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

Common receive buffer management for sockets #1

Open
netbsduser opened this issue May 15, 2023 · 1 comment
Open

Common receive buffer management for sockets #1

netbsduser opened this issue May 15, 2023 · 1 comment

Comments

@netbsduser
Copy link

UDP, TCP, and Unix sockets all reduplicate a packet-based receive buffer mechanism. It's worth turning this into a reusable abstraction and making them all use it.

It might be more difficult to make this work with Unix sockets where SCM_RIGHTS and SCM_CREDS are present or it might not be.

@netbsduser
Copy link
Author

Now packet sockets do too.

@netbsduser netbsduser transferred this issue from Keyronex/Keyronex Jun 17, 2024
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

No branches or pull requests

1 participant