mdlayher / vsock

Package vsock provides access to Linux VM sockets (AF_VSOCK) for communication between a hypervisor and its virtual machines. MIT Licensed.
MIT License
336 stars 65 forks source link

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

Closed chenliu1993 closed 4 years ago

chenliu1993 commented 4 years ago

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?

chenliu1993 commented 4 years ago

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