expand list of RFCs

This commit is contained in:
Sean Middleditch 2009-03-22 22:38:02 -04:00
parent 8d50fe8373
commit 94d67e864d
1 changed files with 6 additions and 1 deletions

7
README
View File

@ -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
=====================================================================