1 2 3 4 5 6 7 8
#ifndef _CONFIG_H_ #define _CONFIG_H_ #define MAX_ACCEPT_WORKER 5 #define EPOLL_ACCEPTFD_WATCHLIST_LEN 20 #define FREE_THREAD_ALLOC 100 #endif