From ffa61b7b6930fe4a08bb53ace07c2ee40a9cef43 Mon Sep 17 00:00:00 2001 From: Nakidai Date: Fri, 27 Sep 2024 21:36:39 +0300 Subject: Add TODO to cptc.c --- cptc.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cptc.c b/cptc.c index 485c39f..0396b71 100644 --- a/cptc.c +++ b/cptc.c @@ -56,6 +56,9 @@ void CPTC(const char *ip, in_port_t port) } printf("Connection from %s:%u!\n", inet_ntoa(peer.sin_addr), peer.sin_port); + /* + * TODO: Make it multithreaded + */ CPTC_requestHandler(peerfd); close(peerfd); } -- cgit 1.4.1