asio icon indicating copy to clipboard operation
asio copied to clipboard

initial commit for VSOCK sockets

Open olk opened this issue 2 years ago • 1 comments

This commit introduces support for VSOCK sockets on Linux.

TODO:

  • documentation
  • support for Windows (address family AF_HYPERV, protocol HV_PROTOCOL_RAW)

Note:

  • SOCK_DGRAM currently not fully implemented in Linux kernel 6.2.1

olk avatar Jan 23 '23 18:01 olk

Hi olk, thanks for the submission. It seems it doesn't support async_connect(), is it possible to support it? Thanks very much.

lyuxiaosu avatar Jun 12 '23 20:06 lyuxiaosu