You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Is there any reason to use SOCK_STREAM instead of the better suited SOCK_SEQPACKET for the AF_LOCAL connection to qemu?
The text was updated successfully, but these errors were encountered: