Fixup fromcvs/togit conversion
[pkgsrcv2.git] / net / linc / DESCR
1 Linc is a library that eases the task of writing networked servers &
2 clients.  It takes care of connection initiation and maintainance,
3 and the details of various transports.  It is used by the new ORBit
4 to handle message transmission/receipt.
5
6 Currently supported transports:
7         IPv4 (tested)
8         UNIX domain sockets (tested)
9         IPv6
10         IrDA
11
12 The connections can optionally be encrypted using OpenSSL.