summaryrefslogtreecommitdiff
path: root/connection.el
diff options
context:
space:
mode:
Diffstat (limited to 'connection.el')
-rwxr-xr-xconnection.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/connection.el b/connection.el
index f5bb2c7..04cdcf9 100755
--- a/connection.el
+++ b/connection.el
@@ -18,6 +18,11 @@
;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
;; Boston, MA 02111-1307, USA.
+;; connection allows to handle TCP-based connections in client mode
+;; where text-based information are exchanged. There is special
+;; support for handling CR LF (and the usual CR LF . CR LF
+;; terminater).
+
(eval-when-compile
(require 'cl))