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

SOCK_STREAM vs SOCK_SEQPACKET #1

Open
blitz opened this issue Feb 18, 2014 · 1 comment
Open

SOCK_STREAM vs SOCK_SEQPACKET #1

blitz opened this issue Feb 18, 2014 · 1 comment
Labels

Comments

@blitz
Copy link

blitz commented Feb 18, 2014

Is there any reason to use SOCK_STREAM instead of the better suited SOCK_SEQPACKET for the AF_LOCAL connection to qemu?

@tvelocity
Copy link
Contributor

QEMU's chardev uses SOCK_STREAM, and it doesn't seem there is a significant benefit into adding another implementation. Is there something that SOCK_STREAM won't allow us to do?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants