Merge pull request #2017 from taosdata/hotfix/tcpClient
for TCP client, dont set socket option
This commit is contained in:
commit
69ff10db2c
|
@ -305,7 +305,7 @@ int taosOpenTcpClientSocket(uint32_t destIp, uint16_t destPort, uint32_t clientI
|
|||
sockFd = -1;
|
||||
}
|
||||
|
||||
taosKeepTcpAlive(sockFd);
|
||||
// taosKeepTcpAlive(sockFd);
|
||||
|
||||
return sockFd;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue