make it so

This commit is contained in:
2017-09-18 09:06:18 +02:00
commit 465f405cd1
4 changed files with 80 additions and 0 deletions

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
# 862
An implementation of [RFC 862](https://tools.ietf.org/html/rfc862), the “echo”
service, for the heck of it.
## Limitations
This only echos back messages up to 256 characters. That really ought to be
enough for everyone. It also doesnt notice when a client dies, which is not
great.