Files
862/README.md
2017-09-18 09:06:18 +02:00

11 lines
298 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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.