home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 4 / CDPD_IV.bin / networking / slip / amuw / multilink.txt < prev    next >
Text File  |  1994-06-29  |  2KB  |  42 lines

  1. MultiLink (working name): Proposed feature list.
  2.  
  3. This is what I have planned for MultiLink.  The first version may not have
  4. all of the features listed below, but eventually I plan to incorporate them
  5. all into the package.  Things take time...
  6.  
  7. o   Uses BSD sockets as it's interface.
  8.  
  9.     -   Both stream and datagram type sockets supported
  10.     -   Connect to servers on the Amiga, on the Remote UNIX host, or
  11.         on any other host connected to the internet (with the proper
  12.         client).
  13.     -   Accept connections (server sockets) from local clients on the
  14.         Amiga, or remote clients on the UNIX host, or any host on the
  15.         internet.
  16.     -   AS225R2 and AmiTCP shared library emulations.
  17.  
  18. o   Robust serial link protocol
  19.  
  20.     -   Up to 64 simultaneous channels.
  21.     -   Prioritized channels
  22.     -   robust byte escaping protocols (for goofy lines :-))
  23.     -   Error detection and correction.
  24.     -   Auto-bps rate adjust for maximum interactive response and
  25.         thruput.
  26.     -   auto-renegotiation.  Can change many options WHILE the link is
  27.         running for performance tuning.  Can reestablish a broken
  28.         connection with the UNIX host.
  29.  
  30. o   Easy setup and use
  31.  
  32.     -   Easily compilable UNIX code.
  33.     -   GUI prefs program.
  34.     -   All options determined locally on the Amiga and transmitted to the
  35.         UNIX host on startup.  (no more diddling with command line options
  36.         on EITHER side).
  37.     -   GUI status commodity.  Keep track of the link, adjust priorities,
  38.         change options runtime.
  39.  
  40.  
  41.  
  42.