home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / protocol / tcpip / 5076 < prev    next >
Encoding:
Internet Message Format  |  1992-11-07  |  1.3 KB

  1. Path: sparky!uunet!ogicse!decwrl!concert!rock!tas
  2. From: tas@concert.net (Tim Seaver)
  3. Newsgroups: comp.protocols.tcp-ip
  4. Subject: TCP source for binary Ultrix and SunOS
  5. Message-ID: <1992Nov6.144940.5588@rock.concert.net>
  6. Date: 6 Nov 92 14:49:40 GMT
  7. Article-I.D.: rock.1992Nov6.144940.5588
  8. Sender: news@rock.concert.net
  9. Organization: MCNC Center for Communications
  10. Lines: 26
  11.  
  12.  
  13. I've been working with TCP on binary SunOS 4.1.1/4.1.2 and
  14. Ultrix 4.1 RISC hosts for several months, and I'm making the
  15. source code I use available in case other folks would like to do
  16. the same. The TCP implementation is based on the 4.3 BSD Reno
  17. release, with the RFC1323 High Performance extensions added.
  18. The RFC1323 implementation is based on code from Thomas Skibo,
  19. done at the University of Illinois at Urbana-Champaign.
  20.  
  21. The TCP source code, adapted to fit into a binary kernel
  22. distribution, is available for anonymous ftp from ftp.concert.net
  23. as dist/tcp.sunos4.1+.tar and dist/tcp.ultrix4.1.tar. This
  24. code is experimental, but has been running on my DECstation
  25. 5000 workstation and a production Sparc-2 server for several
  26. weeks without problems.
  27.  
  28. If you use this code, please let me know of any problems you
  29. run into and any changes you find necessary to bring it up
  30. on other hardware or OS versions.
  31.  
  32. Thanks,
  33.  
  34.     Tim Seaver
  35.     CONCERT Network
  36.     MCNC Center for Communications
  37.     tas@concert.net
  38.