We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6c2495 commit 53ebfb5Copy full SHA for 53ebfb5
README.md
@@ -1,7 +1,8 @@
1
# khttpd
2
3
`khttpd` is an experimental HTTP server implemented as Linux kernel module.
4
-The server defaults to port 8081 but this can be easily configured using command line arguments to the LKM.
+The server defaults to port 8081, but this can be easily configured using
5
+command line argument `port=?` when you are about to load the kernel module.
6
7
## TODO
8
* Request queue and/or cache
@@ -20,5 +21,5 @@ External source code:
20
21
- Copyrighted by Joyent, Inc. and other Node contributors.
22
- MIT License
23
* `htstress.c`: derived from [htstress](https://github.com/arut/htstress)
- - Copyrighted byRoman Arutyunyan
24
+ - Copyrighted by Roman Arutyunyan
25
- 2-clause BSD license
0 commit comments