summaryrefslogtreecommitdiff
path: root/net/linc/DESCR
diff options
context:
space:
mode:
authorrh <rh>2002-04-23 12:17:22 +0000
committerrh <rh>2002-04-23 12:17:22 +0000
commit4f6e7b064e16286327502f9dae2615cfa49ce11e (patch)
tree368ba0661838a4464dd4d81543fbe360df79c36c /net/linc/DESCR
parent8f04f42f1c759b71105234932eb35ecbbf69b1b8 (diff)
downloadpkgsrc-4f6e7b064e16286327502f9dae2615cfa49ce11e.tar.gz
Initial import of linc-0.1.21, a network client/server library.
Diffstat (limited to 'net/linc/DESCR')
-rw-r--r--net/linc/DESCR12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/linc/DESCR b/net/linc/DESCR
new file mode 100644
index 00000000000..5f100da7956
--- /dev/null
+++ b/net/linc/DESCR
@@ -0,0 +1,12 @@
+Linc is a library that eases the task of writing networked servers &
+clients. It takes care of connection initiation and maintainance,
+and the details of various transports. It is used by the new ORBit
+to handle message transmission/receipt.
+
+Currently supported transports:
+ IPv4 (tested)
+ UNIX domain sockets (tested)
+ IPv6
+ IrDA
+
+The connections can optionally be encrypted using OpenSSL.