diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2017-10-03 01:48:42 -0400 |
---|---|---|
committer | Keith Burns <alagalah@gmail.com> | 2017-10-06 12:25:10 +0000 |
commit | f7f809c298104dc3026106fb498f474d5d8720cc (patch) | |
tree | 17bd0793f63c407c92e94d19be698d24d76f8930 /src/uri/sock_test_client.c | |
parent | 4cd257667406d0500a81323ef91f5c7c8c902b25 (diff) |
VCL: add epoll_* functions.
Change-Id: Ife27795ea96919c116fb6ff33d106663b54df72d
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'src/uri/sock_test_client.c')
-rw-r--r-- | src/uri/sock_test_client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uri/sock_test_client.c b/src/uri/sock_test_client.c index 151c90b2960..b53f8f2230f 100644 --- a/src/uri/sock_test_client.c +++ b/src/uri/sock_test_client.c @@ -505,7 +505,7 @@ sock_test_connect_test_sockets (uint32_t num_test_sockets) #ifdef VCL_TEST tsock->fd = vppcom_session_create (VPPCOM_VRF_DEFAULT, VPPCOM_PROTO_TCP, - 0 /* is_nonblocking */ ); + 1 /* is_nonblocking */ ); if (tsock->fd < 0) { errno = -tsock->fd; |