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 UXS transport #63

Open
m-ronnblom opened this issue Apr 20, 2022 · 0 comments
Open

Add UXS transport #63

m-ronnblom opened this issue Apr 20, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@m-ronnblom
Copy link
Collaborator

Add a UNIX domain socket transport using SOCKSTREAM sockets, and the same framing as the TCP and TLS transport do.

The UXS transport allows for two future developments (both of which are beyond the scope of this feature request):

  • Support for large messages (something that cannot be done with UX/SEQPACKET sockets).
  • Improved efficiency in scenarios where multiple messages are sent and/or received in a batch (which reduces the number of syscalls).
@m-ronnblom m-ronnblom added the enhancement New feature or request label Feb 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant