src/socket/net_mod_socket_wrapper.h
@@ -121,7 +121,7 @@ * @size 主题长度 * @port 总线端口 */ int net_mod_socket_desub(void * _socket, void *topic, int size, int port); int net_mod_socket_desub(void * _socket, void *topic, int size, int key); // 超时返回。 @sec 秒 , @nsec 纳秒 int net_mod_socket_desub_timeout(void * _socket, void *topic, int size, int port, int sec, int nsec); int net_mod_socket_desub_nowait(void * _socket, void *topic, int size, int port); @@ -131,7 +131,7 @@ /** * 获取soket端口号 */ int net_mod_socket_get_port(void * _socket) ; int net_mod_socket_get_key(void * _socket) ;