在这个网站,一个套接字如果没有活动超过60秒将会被关闭,这个时间是否可以通过指令去改变?
processors.wiki.ti.com/.../CC3000_HCI_DATA_messages
HCI_DATA_SEND (0x81)
HCI_DATA_SEND message is used to transmit a TCP packet to a socket. Before issuing a HCI_DATA_SEND message to CC3000, a socket should first be created using HCI_CMND_SOCKET (0x1001). Please note that a socket will be closed by CC3000 after 60 seconds of inactivity, thus a time between creating a socket and issuing HCI_DATA_SEND should not exceed this period! Use the Socket Handle returned by HCI_EVNT_SOCKET (0x1001) in the appropriate HCI_DATA_SEND argument field.