Re: [PATCH 0/6] VSOCK for Linux upstreaming
From: Sasha Levin <hidden>
Date: 2012-11-11 21:59:35
Also in:
lkml, netdev
From: Sasha Levin <hidden>
Date: 2012-11-11 21:59:35
Also in:
lkml, netdev
On 11/05/2012 01:32 PM, George Zhang wrote:
Sasha, There is a 'brief' implementation notes aboutVSOCK protocol family in af_vsock.c. More about user space layer socket programming is from VMCI Socket Programming Guide. (remove crosstalk@vmware.com for email bouncing). thanks, George
So all the documentation I see in the VMCI Socket Programming Guide is about userspace programming, and the documentation in af_vsock.c is all around implementation considerations. Is there anything that documents the actual protocol? Just for example, whats the deal with REQUEST/REQUEST2? it appears like something to deal with legacy code, but I'd really like to have it documented somewhere instead of trying to figure how everything works by looking at the code. Thanks, Sasha