home *** CD-ROM | disk | FTP | other *** search
/ Aminet 10 / aminetcdnumber101996.iso / Aminet / misc / unix / slrp_tar_gz.readme < prev    next >
Text File  |  1995-11-21  |  2KB  |  53 lines

  1. Short:    SLiRP 0.95j (BETA) SLIP/PPP emulator
  2. Author:   danjo@blitzen.canberra.edu.au (Danny Gasparovski)
  3. Uploader: williamj@griffon.mwsc.edu (James Williams)
  4. Type:     misc/unix
  5.  
  6. NOTE: This is a BETA release!  There WILL be bugs, so don't put your whole
  7. organisation's IP connectivity through it! (yet) :)
  8.  
  9. What is SLiRP?
  10. --------------
  11.  
  12. SLiRP is a TCP/IP emulator over the (C)SLIP/PPP link-level protocols,  which
  13. allows a normal user with a shell account on a UNIX system to act like a
  14. (C)SLIP/PPP account.
  15.  
  16.  
  17. Changes since version 0.95h
  18. ---------------------------
  19. Version 0.95j BETA (19/11/95)
  20.  
  21. - Fixed a problem with --disable-ppp, thanks to Lynn Larrow
  22.   <llarrow@netcom.com>.
  23. - Ooops!  Forgot to uncomment a peice of code used in rlogin emulation.
  24.   Rlogin should work properly now.
  25. - Added emulation for "ping".  Pinging the remote host will work properly
  26.   all the time (if slirp is actually working), but pinging other host may
  27.   not work even if the host is up.  This is because slirp uses UDP to
  28.   "emulate" ping, not real ICMP ECHO-REQUEST packets which ping uses.
  29. - Lots of minor fixes thanks to Juha Pirkola.
  30.  
  31. Version 0.95i BETA (16/11/95)
  32.  
  33. - "Fixed" a problem with WNOHANG not being defined on OSF/1 systems,
  34.   although it's not really fixed, thanks to Jeff Skone
  35.   <jeffs@u.washington.edu>.
  36. - Fixed a redefinition error when net/if.h was #included, thanks to gruppo
  37.   progetto -cds <progetto@ds.cised.unina.it>.
  38. - Fixed compilation on NeXT systems, thanks to Tomas Hurka
  39.   <tom@hukatronic.cz>.
  40. - Made chap and upap files ~/.chap-secrets and ~/.pap-secrets respectivaly.
  41. - Fixed a problem with sending a window of 0 on a SYN-ACK packet, which
  42.   would cause problems with some TCP/IP stacks with certain programs (eg:
  43.   Trumpet Winsock and mIRC)  Thanks to Bjorn Eng <Bjorn.T.Eng@jpl.nasa.gov>
  44.   for helping me find this problem.
  45. - Updated to ppp-2.2-RELEASE PPP code.
  46. - Added preliminary patches for better load-balancing support when the
  47.   modems are not connected at the same speed.  These will be finished when I
  48.   am able to get access to a second modem/ph. line.  #define FULL_BOLT in
  49.   config.h if you wish to test it.
  50. - Added support for rlogin. (rsh and rexec may come soon)
  51. - Hopefully fixed the small-packet-syndrome once and for all!
  52. - Lots of other minor fixes.
  53.