mafintosh / turbo-http

Blazing fast low level http server
MIT License
1k stars 47 forks source link

[Question] Max Keep-Alive Connections? #24

Open ghost opened 5 years ago

ghost commented 5 years ago

In my Apache server, I had made to make it only store about a max of 75 Keep-Alive connections in memory to prevent DDOS attacks. Is there a setting in Turbo-HTTP that enforces a limit?