u413-284-si / webserv

This project is about setting up a http web server, providing a static website.
MIT License
0 stars 0 forks source link

ConfigFile: Listen directive allows setting of backlog #43

Open gwolf-011235 opened 1 month ago

gwolf-011235 commented 1 month ago

The listen directive of nginx allows to set various additional params: LINK

One param is backlog, that limits the maximum length for the queue of pending connections.

It would be nice if this one could be configurable.