Update README.md

This commit is contained in:
Arthur Coppey 2021-10-28 11:34:05 +00:00 committed by GitHub
parent 010c9286eb
commit 3799f46ecc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,10 +5,10 @@ A [RFC 865](https://datatracker.ietf.org/doc/html/rfc865) compliant Quote of the
* get random quote within file * get random quote within file
* tcp server * tcp server
* tcp client * tcp client
## Todo
* udp server * udp server
* udp client * udp client
## Todo
* t h r e a d s to accept several clients and/or run both udp and tcp servers from same executable * t h r e a d s to accept several clients and/or run both udp and tcp servers from same executable
* macros (#define XXX yyy) for currently hard-coded values * macros (#define XXX yyy) for currently hard-coded values
* logging ? * logging ?