From 94d67e864dc4f246bd4af7992586fc786a50994c Mon Sep 17 00:00:00 2001 From: Sean Middleditch Date: Sun, 22 Mar 2009 22:38:02 -0400 Subject: [PATCH] expand list of RFCs --- README | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README b/README index 70baa08..6cc058f 100644 --- a/README +++ b/README @@ -24,10 +24,15 @@ 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. -For more information on the TELNET protocol, see: +For more information on the TELNET standards supported by libtelnet, +visit the following websites: http://www.faqs.org/rfcs/rfc854.html + http://www.faqs.org/rfcs/rfc855.html + http://www.faqs.org/rfcs/rfc1091.html http://www.faqs.org/rfcs/rfc1143.html + http://www.faqs.org/rfcs/rfc1408.html + http://www.faqs.org/rfcs/rfc1572.html II. LIBTELNET API =====================================================================