aboutsummaryrefslogtreecommitdiff
path: root/libraries/libtelnet/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libtelnet/README')
-rw-r--r--libraries/libtelnet/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/libtelnet/README b/libraries/libtelnet/README
new file mode 100644
index 0000000000000..4be5e8810edc3
--- /dev/null
+++ b/libraries/libtelnet/README
@@ -0,0 +1,4 @@
+libtelnet provides safe and correct handling of the core TELNET
+protocol. In addition to the base TELNET protocol, libtelnet also
+implements the Q method of TELNET option negotiation. libtelnet can
+be used for writing servers, clients, or proxies.