Package vsock provides access to Linux VM sockets (AF_VSOCK) for communication between a hypervisor and its virtual machines. MIT Licensed.
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
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?