api: socket client connect set to blocking 28/32428/3
authorFlorin Coras <fcoras@cisco.com>
Mon, 24 May 2021 15:58:15 +0000 (08:58 -0700)
committerOle Tr�an <otroan@employees.org>
Wed, 26 May 2021 07:37:06 +0000 (07:37 +0000)
commit5fe9457fa2ac49ca7134b09c6886192c7001335c
tree609c17db379716feaa4b269a3c84ce3643838652
parent3fb978e2618a6c71152b979c391d0c549937efbd
api: socket client connect set to blocking

Binary api client must otherwise check the returned error and if it was
EAGAIN/EINPROGRESS poll for connect completion.

Type: improvement

Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: I89845b1a59b9fa2ab0968029435ceb203bfa8f6c
src/vlibmemory/socket_client.c
src/vppinfra/socket.c