Expand description
/vsock PUT body.
Per 21-api-compat-matrix.md /vsock PUT:
guest_cid— minimum 3 (CIDs 0–2 reserved by the spec).uds_path—UdsPath(103-byte cap on Darwin).tsi— squib extension; opt-in TSI mode (default false).vsock_id— Firecracker still accepts this for back-compat though it’s ignored at runtime; we accept and validate viaVsockId.
Structs§
- RawVsock
Config - Raw
/vsockPUT body off the wire. - Vsock
Config - Validated
/vsockPUT body.
Constants§
- MIN_
GUEST_ CID - Lowest legal
guest_cid(0 = HV, 1 = local, 2 = host — all reserved).