tree: 2135c6da5eab27654849885ea38ed09efe0a4429
  1. meta/
  2. vsock_sys/
  3. BUILD.gn
  4. README.md
  5. socket.cc
  6. socket.h
  7. socket_create_test.cc
  8. vm_sockets.h
  9. zxio_connected_socket.cc
  10. zxio_connected_socket.h
src/paravirtualization/lib/vsock/README.md

This contains a client library for creating file descriptors wrapping virtio-socket stream sockets. This is similar to calling socket(7) with AF_VSOCK on platforms that support that address family.