未验证 提交 69ff10db 编写于 作者: S Shengliang Guan 提交者: GitHub

Merge pull request #2017 from taosdata/hotfix/tcpClient

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