zhangmeng
2024-02-05 a3df1ad41bce6d8d3094014c6e369072e594e7be
src/net/net_mod_socket_wrapper.h
@@ -134,6 +134,7 @@
int net_mod_socket_svr_get(void * _socket);
void net_mod_socket_buf_data_set(void * _socket, std::string str, int val);
int net_mod_socket_buf_data_get(void * _socket, std::string str);
void net_mod_socket_buf_data_del(void * _socket, std::string str);
/**
 * @brief 跨机器发送消息并接受返回的应答消息,直到发送完成才返回
@@ -403,4 +404,4 @@
}
#endif
#endif
#endif