| Rev | Line |   | 
|---|
| [92] | 1 | linc is a library that eases the task of writing networked servers & clients. It
 | 
|---|
 | 2 | takes care of connection initiation and maintainance, and the details of various
 | 
|---|
 | 3 | transports. It is used by the new ORBit to handle message transmission/receipt.
 | 
|---|
 | 4 | 
 | 
|---|
 | 5 | Currently supported transports:
 | 
|---|
 | 6 |         IPv4 (tested)
 | 
|---|
 | 7 |         UNIX domain sockets (tested)
 | 
|---|
 | 8 |         IPv6
 | 
|---|
 | 9 |         IrDA
 | 
|---|
 | 10 | 
 | 
|---|
 | 11 | The connections can optionally be encrypted using OpenSSL.
 | 
|---|
 | 12 | 
 | 
|---|
 | 13 | zlib support is planned for compression.
 | 
|---|
 | 14 | Subclassing LINCConnection/LINCServer for handling specific protocols (such as IIOP
 | 
|---|
 | 15 | in ORBit's case) is currently a bit icky and needs to be fixed.
 | 
|---|
 | 16 | 
 | 
|---|
 | 17 | Please read the HACKING file for information on where to send bug-reports or patches.
 | 
|---|
 | 18 | 
 | 
|---|
 | 19 | Please, see http://www.gnome.org/projects/ORBit2 for more information.
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.