corrections
This commit is contained in:
parent
3db7ea49b0
commit
c63415c134
11
README.md
11
README.md
@ -5,15 +5,16 @@ A [RFC 865](https://datatracker.ietf.org/doc/html/rfc865) compliant Quote of the
|
||||
* get random quote within file
|
||||
* tcp server
|
||||
* tcp client
|
||||
|
||||
## Todo
|
||||
* udp server
|
||||
* udp client
|
||||
* t h r e a d s to accept several clients and/or run both udp and tcp servers from same executable
|
||||
* IPv6 compat
|
||||
|
||||
## Todo
|
||||
* t h r e a d s to accept several clients and/or run both udp and tcp servers from same executable and instance
|
||||
* macros (#define XXX yyy) for currently hard-coded values
|
||||
* switches (-x) and options (--xxxx) ?
|
||||
* logging ?
|
||||
* conf files ?
|
||||
* switches (-x) and options (--xxxx) ?
|
||||
|
||||
## Installation
|
||||
|
||||
@ -26,7 +27,7 @@ make
|
||||
```
|
||||
|
||||
## Use
|
||||
A "quotes.txt" file in the same folder as the server containing one quote per line. Quotes are separated by the line feed ('\n') caracter.
|
||||
A "quotes.txt" file in the same folder as the server containing one quote per line. Quotes are separated by the line feed `\n` character.
|
||||
|
||||
Server as root (because port 17)
|
||||
```sh
|
||||
|
||||
Loading…
Reference in New Issue
Block a user