mdlayher / vsock

Package vsock provides access to Linux VM sockets (AF_VSOCK) for communication between a hypervisor and its virtual machines. MIT Licensed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hi, Can i use a named pipe to connect to a vsock

chenliu1993 opened this issue · comments

Hi, I am using vsock to listen requests for a grpc Server, but on client-side, I use a namd pipe to connect to the vsock. Could this be ok?

using a named pipe always led to the connection disconnected by server-side.