未验证 提交 105d8945 编写于 作者: D David Lin 提交者: GitHub

Update tcpclient.c

接收->发送
上级 24ee1608
......@@ -129,7 +129,7 @@ static void tcpclient(void *arg)
ret = send(sock, send_data, rt_strlen(send_data), 0);
if (ret < 0)
{
/* 接收失败,关闭这个连接 */
/* 发送失败,关闭这个连接 */
LOG_I("send error, close the socket.");
goto __exit;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册