Delete client.h/.c

This commit is contained in:
2022-12-29 11:47:59 +01:00
parent f92c26c350
commit 672745f6df
15 changed files with 769 additions and 894 deletions

View File

@ -1,8 +1,15 @@
/**
* sesimos - secure, simple, modern web server
* @brief TCP closer (header file)
* @file src/worker/tcp_closer.h
* @author Lorenz Stechauner
* @date 2022-12-28
*/
#ifndef SESIMOS_TCP_CLOSER_H
#define SESIMOS_TCP_CLOSER_H
#include "../client.h"
#include "../server.h"
int tcp_closer_init(int n_workers, int buf_size);