src/net/net_mod_socket_wrapper.h
@@ -12,6 +12,7 @@ #define __NET_MOD_SOCKET_H__ #include "net_mod_socket.h" #include "proc_def.h" #ifdef __cplusplus extern "C" { @@ -55,6 +56,8 @@ */ int net_mod_socket_force_bind(void * _socket, int key); int net_mod_socket_reg(void *_socket, void *pData, int len, void **buf, int *size, const int timeout_ms, int flag); /** * @brief 发送信息,发送完成才返回 *