home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d5xx / d534 / term.lha / Term / Libs.LZH / XprQuickB / ReadMe.1st < prev    next >
Text File  |  1991-07-26  |  3KB  |  75 lines

  1. /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  2. /* |_o_o|\\ Copyright (c) 1990 The Software Distillery.  All Rights Reserved */
  3. /* |. o.| || This program may not be distributed without the permission of   */
  4. /* | .    | || the authors:                  BBS: (919) 382-8265    */
  5. /* | o    | ||   Dave Baker      Alan Beale      Jim Cooper             */
  6. /* |  . |//    Jay Denebeim    Bruce Drake      Gordon Keener          */
  7. /* ======      John Mainwaring Andy Mercier      Jack Rouse             */
  8. /*           John Toebes     Mary Ellen Toebes  Doug Walker  Mike Whitcher */
  9. /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  10.    
  11. This material is Copyright (C) 1990 The Software Distillery.
  12.  
  13. It may be distributed freely as long as the following restrictions are met:
  14.  
  15.    1.  All files present in the distribution package must be redistributed
  16.        with the package, including this documentation file.  If you
  17.        distribute on diskette, all files must be on a single diskette.
  18.  
  19.    2.  The distributor may charge a fee to recover distribution costs.
  20.        The fee for diskette distribution should not be more than the cost
  21.        to obtain the same diskette from Fred Fish or The Software Distillery,
  22.        whichever is greater.  Current charge from The Software Distillery
  23.        is $6 per disk, including all postage and handling charges.
  24.  
  25.    3.  The distributor agrees to cease distributing the programs and data
  26.        involved if requested to do so by authors or any member of The
  27.        Software Distillery.
  28.  
  29.  
  30. Disclaimer
  31.  
  32. Neither The Software Distillery nor any of its members will be liable for
  33. any damage arising from the failure of this program to perform as described,
  34. or any destruction of other programs or data residing on a system
  35. attempting to run the program.    While we know of no damaging errors, the
  36. user of this program uses it at his or her own risk.
  37.  
  38.  
  39. Contents
  40.  
  41. This is an alpha release of XprQuickB.library, an Xpr protocol support
  42. library for use with CompuServe.  XprQuickB uses a windowing protocol,
  43. so that the sending system can continuously transfer data blocks,
  44. without waiting for immediate acknowledgement.  This is especially
  45. useful over packet networks, since network delays can seriously degrade
  46. file transfer performance.
  47.  
  48. So far this library has been tested by only one person (Jack Rouse). 
  49. Unfortunately, one known bug is still present, but it is easily worked
  50. around.  During automatically initiated file transfers with VLT, the
  51. transfer does not start, and the status window does not open until an
  52. input event (such as tapping the shift key) occurs.  After requesting a
  53. file transfer from CompuServe, wait a second or two and tap the shift
  54. key a one or more times until the transfer status window appears.
  55.  
  56. This archive should contain the following files:
  57.     ReadMe.1st        this file
  58.     XprQuickB.doc        the primary documentation
  59.     xprquickb.library    the protocol library
  60.     quickb.h        C source
  61.     xprlib.c        "  "
  62.     quickb.c        "  "
  63.     xpr_lib.fd        used by BLink to create the library
  64.     xproto.h        XPR protocol interface header
  65.     LMKFile            the "makefile" for LMK
  66.  
  67.  
  68. Problems
  69.  
  70. On CompuServe, bug reports and questions may be directed to:
  71.     74176,1757 (Jack Rouse)
  72. Messages may also be left on the Software Distillery BBS at:
  73.     +1 919 382 8265
  74. Good luck and speedy file transfer!
  75.