aboutsummaryrefslogtreecommitdiffstats
path: root/app_example/perf-test/multi_tcp_select_app_Ser.c
diff options
context:
space:
mode:
Diffstat (limited to 'app_example/perf-test/multi_tcp_select_app_Ser.c')
-rw-r--r--app_example/perf-test/multi_tcp_select_app_Ser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/app_example/perf-test/multi_tcp_select_app_Ser.c b/app_example/perf-test/multi_tcp_select_app_Ser.c
index 68d0fb1..fb20be9 100644
--- a/app_example/perf-test/multi_tcp_select_app_Ser.c
+++ b/app_example/perf-test/multi_tcp_select_app_Ser.c
@@ -363,7 +363,7 @@ process_server_accept_thread (void *pArgv)
accept4 (listenFd, NULL, NULL, SOCK_NONBLOCK);
if (acpt_socketfd[accpedNum] < 0)
{
- perror ("select connect error\n");
+ printf ("no more connect\n");
break;
}
/*add new accptFd to MsgEpFD */