summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--toxcore/TCP_server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/TCP_server.c b/toxcore/TCP_server.c
index 47e2ff27..48173849 100644
--- a/toxcore/TCP_server.c
+++ b/toxcore/TCP_server.c
@@ -950,7 +950,7 @@ TCP_Server *new_TCP_server(uint8_t ipv6_enabled, uint16_t num_sockets, const uin
950 } 950 }
951 951
952#ifdef TCP_SERVER_USE_EPOLL 952#ifdef TCP_SERVER_USE_EPOLL
953 temp->efd = epoll_create1(0); 953 temp->efd = epoll_create(8);
954 954
955 if (temp->efd == -1) { 955 if (temp->efd == -1) {
956 free(temp); 956 free(temp);