vcl: test refactor and improvements
[vpp.git] / src / vcl / sock_test_server.c
index 11c667c..fbfe666 100644 (file)
@@ -653,6 +653,7 @@ main (int argc, char **argv)
               errno_val);
       return rv;
     }
+  fcntl (ssm->listen_fd, F_SETFL, O_NONBLOCK);
 
 #ifdef VCL_TEST
   rv = vppcom_session_listen (ssm->listen_fd, 10);