yy1717
2022-12-08 f7a18ec4494b9c5c9ef3fd440bbf68ffc6425e18
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);