AF_UNIX socket enablement: use asio::generic::stream_protocol socket type
ASIO provides generic asio::stream_protocol scoket type which handles
both AF_INET6 and AF_UNIX domains.
Convert asio::ip::tcp to asio::generic::stream_protocol
Bug: 130284799
Test: make
Change-Id: I39dc95a0c225b8e5cd9c278cfcfb37d22ff4f54d
Signed-off-by:
Miguel Gaio <miguel.gaio@renault.com>
Loading
Please sign in to comment