Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Apr 1997 18:02:15 -0700 (PDT)
From:      Brian Somers <brian>
To:        CVS-committers, cvs-all, cvs-usrsbin
Subject:   cvs commit:  src/usr.sbin/ppp command.c defs.h ip.c main.c modem.c ppp.8 vars.c vars.h
Message-ID:  <199704210102.SAA02221@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       97/04/20 18:02:13

  Modified:    usr.sbin/ppp  command.c defs.h ip.c main.c modem.c ppp.8
                        vars.c vars.h
  Log:
  Add a reconnect capability directing ppp to re-establish
  the connection after an unexpected loss of carrier:
  
      set reconnect timer ntries
  
  The man page warns against using this command when your
  timeout value is slightly more than the other sides :{}
  
  Suggested by: burton@bsampley.vip.best.com (Burton Sampley)
  
  Revision  Changes    Path
  1.39      +36 -8     src/usr.sbin/ppp/command.c
  1.12      +3 -1      src/usr.sbin/ppp/defs.h
  1.15      +2 -1      src/usr.sbin/ppp/ip.c
  1.45      +17 -3     src/usr.sbin/ppp/main.c
  1.34      +2 -1      src/usr.sbin/ppp/modem.c
  1.30      +33 -2     src/usr.sbin/ppp/ppp.8
  1.14      +4 -3      src/usr.sbin/ppp/vars.c
  1.12      +6 -1      src/usr.sbin/ppp/vars.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704210102.SAA02221>