blob: 5f100da79564710f933c086005a26e776e1876ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
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.
|