Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Dec 1997 18:17:10 -0800 (PST)
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 deflate.c
Message-ID:  <199712280217.SAA27376@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1997/12/27 18:17:09 PST

  Modified files:
    usr.sbin/ppp         deflate.c 
  Log:
  Allow initial sequence numbers less than what we're expecting.
  When CCP is originally negotiated, the only thing we can be
  sure about is that we've started adding data to the inflate
  dictionary either before or at the same time as the peer.  This
  is ok, 'cos DEFLATE is a `sliding window' compressor.
  
  Revision  Changes    Path
  1.5       +21 -6     src/usr.sbin/ppp/deflate.c



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