我们在应用TIRTOS的时候碰到个问题,TCPC固定本地端口号重连会变慢,参考socket标准的解决方案发现相关接口TIRTOS并没有:tcp与服务器连接,重新设置参数后模块重启,会出现很长一段时间内,模块不在连接服务器,大概这种状态持续5-6分钟,然后又链接服务器了,仿真后发现时间是在connect函数阻塞导致的,麻烦帮忙分析一下,谢谢
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
我们在应用TIRTOS的时候碰到个问题,TCPC固定本地端口号重连会变慢,参考socket标准的解决方案发现相关接口TIRTOS并没有:tcp与服务器连接,重新设置参数后模块重启,会出现很长一段时间内,模块不在连接服务器,大概这种状态持续5-6分钟,然后又链接服务器了,仿真后发现时间是在connect函数阻塞导致的,麻烦帮忙分析一下,谢谢