diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-10-20 03:17:56 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-10-20 03:17:56 +0800 |
commit | 3b014f99e69fd882949d2ae508afeb6e169a32c8 (patch) | |
tree | c3c2f905d64ee07db5fb5507806ec608004ff9f8 /net/linc/pkg-descr | |
parent | ce1b3aa12fc67b8f561fbc5fb6c5089891d75827 (diff) | |
download | marcuscom-ports-3b014f99e69fd882949d2ae508afeb6e169a32c8.tar marcuscom-ports-3b014f99e69fd882949d2ae508afeb6e169a32c8.tar.gz marcuscom-ports-3b014f99e69fd882949d2ae508afeb6e169a32c8.tar.bz2 marcuscom-ports-3b014f99e69fd882949d2ae508afeb6e169a32c8.tar.lz marcuscom-ports-3b014f99e69fd882949d2ae508afeb6e169a32c8.tar.xz marcuscom-ports-3b014f99e69fd882949d2ae508afeb6e169a32c8.tar.zst marcuscom-ports-3b014f99e69fd882949d2ae508afeb6e169a32c8.zip |
Add linc.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@96 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/linc/pkg-descr')
-rw-r--r-- | net/linc/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/linc/pkg-descr b/net/linc/pkg-descr new file mode 100644 index 000000000..bdcc3a097 --- /dev/null +++ b/net/linc/pkg-descr @@ -0,0 +1,8 @@ +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 ORBit2 to handle message +transmission/receipt. + +The connections can optionally be encrypted using OpenSSL. + +WWW: http://www.gnome.org/ |