From 544420827e20952df190f84856a2ff82b3b2b16c Mon Sep 17 00:00:00 2001 From: fadhil riyanto Date: Fri, 27 Sep 2024 20:06:24 +0700 Subject: add epoll Signed-off-by: fadhil riyanto --- config.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config.h (limited to 'config.h') diff --git a/config.h b/config.h new file mode 100644 index 0000000..c5f8568 --- /dev/null +++ b/config.h @@ -0,0 +1,6 @@ +#ifndef _CONFIG_H_ +#define _CONFIG_H_ + +#define MAX_ACCEPT_WORKER 5 + +#endif \ No newline at end of file -- cgit v1.2.3