Simplify connection registry

This commit is contained in:
2025-08-21 19:53:18 -04:00
parent d1b1e6d589
commit 9ee23fdc46
4 changed files with 43 additions and 102 deletions

View File

@@ -126,7 +126,6 @@ private:
int create_listen_socket();
void create_epoll_instances();
void start_io_threads(std::vector<std::thread> &threads);
void cleanup_resources();
// Helper to get epoll fd for a thread using round-robin
int get_epoll_for_thread(int thread_id) const;