Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Sep 1997 19:52:36 -0700 (PDT)
From:      Brian Somers <brian@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG
Subject:   cvs commit: src/usr.sbin/ppp lcp.c
Message-ID:  <199709220252.TAA17423@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

brian       1997/09/21 19:52:36 PDT

  Modified files:        (Branch: RELENG_2_2)
    usr.sbin/ppp         lcp.c 
  Log:
  MFC: Don't pause for one second before starting LCP
       negotiation.  Instead, incrementally pause after
       receiving LCPs with the same magic.  We can now
       suffer a server that waits more than 1 second before
       responding.  Pauses greater than a second get
       hopelessly confusing as when the server eventually
       starts, it sees a flood of Config Requests followed
       by config NAKs and changes of magic.  This causes the
       server to change its magic over and over.....
  
  Revision  Changes    Path
  1.10.2.17 +12 -4     src/usr.sbin/ppp/lcp.c



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