add comments to client handler

This commit is contained in:
Nayan
2025-05-06 16:57:50 -04:00
parent 26937d4aba
commit 4362eccd92
2 changed files with 19 additions and 0 deletions

View File

@@ -1,11 +1,14 @@
#ifndef CLIENT_HANDLER_H
#define CLIENT_HANDLER_H
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <pthread.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/types.h>
void* client_handler(void* args);