home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C++ / Snippets / CTCPNetwork / Read Me < prev   
Encoding:
Text File  |  1995-10-21  |  756 b   |  20 lines  |  [TEXT/CWIE]

  1. CTCPNetwork 1.0
  2. ©1995 Hiroshi Lockheimer
  3.  
  4. CTCPNetwork is a minimalist's approach to asynchronous MacTCP connections.  
  5. I've stolen many of CTCPNetwork's ideas from various code floating around the
  6. net, namely: PowerTCP by Dmitry Boldyrev, the NewsWatcher source by John Norstad,
  7. and Peter Lewis' stuff in Pascal.  CTCPNetwork is quite similar to PowerTCP,
  8. but one of my objectives in writing CTCPNetwork was to improve on the error handling.
  9.  
  10. You are free to use CTCPNetwork, no strings attached, although I would appreciate some
  11. credit in your about box or wherever appropriate.  Oh, and CTCPNetwork is most likely
  12. NOT bug free.  :-)  Use at your own risk.
  13.  
  14. Anyway, please send bugs/comments/whatever to:
  15.  
  16. lockheimer@twics.com
  17.  
  18. Enjoy!
  19.  
  20. Hiroshi Lockheimer