提交 3a7570d2 编写于 作者: 陶建辉(Jeff)'s avatar 陶建辉(Jeff)

for TCP client, dont set socket option

上级 b128febb
......@@ -305,7 +305,7 @@ int taosOpenTcpClientSocket(uint32_t destIp, uint16_t destPort, uint32_t clientI
sockFd = -1;
}
taosKeepTcpAlive(sockFd);
// taosKeepTcpAlive(sockFd);
return sockFd;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册