diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2015-07-31 10:35:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-07-31 10:35:44 +0700 |
commit | 1d72f44ff962a4a71266525e5e0fbd4cc4c38895 (patch) | |
tree | 034698bea50921cdcbc1f54b642e15143fc19de8 /libraries/libtelnet/README | |
parent | 307563d7edbe715ca25eabf39589560c7fdaf4f2 (diff) | |
download | slackbuilds-1d72f44ff962a4a71266525e5e0fbd4cc4c38895.tar.gz |
libraries/libtelnet: Added (TELNET protocol handling library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libtelnet/README')
-rw-r--r-- | libraries/libtelnet/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/libtelnet/README b/libraries/libtelnet/README new file mode 100644 index 0000000000..4be5e8810e --- /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. |