Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Oct 2001 01:47:56 -0700 (PDT)
From:      Brian Somers <brian@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/ppp lcp.c lcp.h
Message-ID:  <200110180847.f9I8lun28859@freefall.freebsd.org>

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

brian       2001/10/18 01:47:56 PDT

  Modified files:
    usr.sbin/ppp         lcp.c lcp.h 
  Log:
  When the peer fails to specify an MRU and a 1500 byte MRU is not
  allowed either because of the transport or configuration, send a
  MRU NAK only once, then allow the negotiations to proceed.
  
  rfc1661 says that 1500 should always be allowed and rfc2516 says
  that 1492 is the maximum for PPPoE.  This changes ppp so that it
  only weakly suggests 1492, then goes with the default (leaving
  the problem in the hands of the peer WRT how they set their MTU).
  
  MFC after: 1 week
  
  Revision  Changes    Path
  1.97      +8 -5      src/usr.sbin/ppp/lcp.c
  1.28      +2 -1      src/usr.sbin/ppp/lcp.h


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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