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
328 stars 65 forks source link

vsock unavailable when the data length too long #55

Closed haoyihu closed 7 months ago

haoyihu commented 11 months ago

I use the example codes in https://mdlayher.com/blog/linux-vm-sockets-in-go/ and change the message "hello world" to a string with length 7000+, then i find the vsock client&server hang, does anyone have some ideas?