lib/src/main/cpp/common/net.h
@@ -45,8 +45,8 @@ void(*receive_data_func)(void *, int, void *, void *); //数据回调函数指针 void *receive_data_func_context; //数据回调函数上下文 static void *TcpConnectThread(void *p); static void *TcpListenThread(void *p); static void TcpConnectThread(void *p); static void TcpListenThread(void *p); }; //int WriteTCP(int fd, const uint8_t * buf, uint32_t len);