tree: 45e4d66cd0981b08c882d611ea3264a101508c3c [path history] [tgz]
  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.