boostorg / asio

Boost.org asio module
http://boost.org/libs/asio
1.25k stars 418 forks source link

initial commit for VSOCK sockets #404

Open olk opened 1 year ago

olk commented 1 year ago

This commit introduces support for VSOCK sockets on Linux.

TODO:

Note:

lyuxiaosu commented 1 year ago

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