SkillAgentSearch skills...

Naughttpd

a naive static http server that solves C10K problem

Install / Use

/learn @abcdabcd987/Naughttpd
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

naughttpd

A naive static http server that solves C10K problem.

More detailed report?

See doc/report.pdf (in Chinese)

How to compile?

make

Usage?

usage: naughttpd --port <int>
                 --engine <naive/fork/thread/pool/select/poll/epoll>
                 --backlog <int>
                 --num_workers <int>
                 --reuseport <on/off>
                 --tcp_cork <on/off>
                 --tcp_nodelay <on/off>
                 --sendfile <naive/mmap/sendfile>
View on GitHub
GitHub Stars17
CategoryDevelopment
Updated1y ago
Forks5

Languages

C++

Security Score

82/100

Audited on Mar 28, 2025

No findings