aboutsummaryrefslogtreecommitdiffstats
path: root/app_example
diff options
context:
space:
mode:
authorwangyalei <wylandrea@gmail.com>2018-07-20 09:03:11 +0800
committerYalei Wang <william.wangyalei@huawei.com>2018-07-26 14:33:57 +0800
commitb7dae32a696999bd51c5e484d59e8094441c0212 (patch)
tree4c9b314cdb5d383d7f6cd22c9467eda1b674cef4 /app_example
parent739fa21ba9d85582a2a996ad02d885acc4d4efe1 (diff)
Fix: proxy for sudo user and version of MLNX_OFED
Fix the sudo proxy issue, and update dependent version of MLNX_OFED for more centos release. Change-Id: Iebbea51ccdad5fe112157934e549393a86141d2a Signed-off-by: Yalei Wang <william.wangyalei@huawei.com>
Diffstat (limited to 'app_example')
-rw-r--r--app_example/perf-test/multi_tcp_common_app_Cli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/app_example/perf-test/multi_tcp_common_app_Cli.c b/app_example/perf-test/multi_tcp_common_app_Cli.c
index 5c1fada..e395848 100644
--- a/app_example/perf-test/multi_tcp_common_app_Cli.c
+++ b/app_example/perf-test/multi_tcp_common_app_Cli.c
@@ -255,7 +255,7 @@ process_client (void)
sizeof (g_dest));
if (errconn[i] < 0)
{
- printf ("client %d Connect Failed %d\n", i, errno);
+ printf ("client %d Connect Failed %s\n", i, strerror(errno));
_CLOSE (c_socketfd[i]);
c_socketfd[i] = -1;
continue;