修改网络监听退出流程

This commit is contained in:
2025-09-29 16:50:51 +08:00
parent 8c52e4ba84
commit ef6acafd34
6 changed files with 48 additions and 9 deletions

View File

@ -31,6 +31,8 @@ typedef struct network_manager
log_manager *logmanager;
int last_alc;
int port;
int epoll_fd;
int http_fd;
}netm;
typedef struct rebot_message