mirror of
https://github.com/opus-tango/http-server-in-c.git
synced 2026-03-20 03:55:25 +00:00
add file comments
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* webserver.c
|
||||
*
|
||||
* This file contains the main function for managing sockets, clients, user
|
||||
* input, and threads.
|
||||
*/
|
||||
|
||||
#include <netinet/in.h>
|
||||
#include <poll.h>
|
||||
#include <pthread.h>
|
||||
|
||||
Reference in New Issue
Block a user