diff options
author | 2013-08-12 14:28:30 +0000 | |
---|---|---|
committer | 2013-08-12 14:28:30 +0000 | |
commit | bae23be9db3d9813946287b408706c8e9eaf14d1 (patch) | |
tree | 48b7eb91528a49571ef54947892a94b078bb6cbb | |
parent | some minor fixes; From: Jan Stary (diff) | |
download | wireguard-openbsd-bae23be9db3d9813946287b408706c8e9eaf14d1.tar.xz wireguard-openbsd-bae23be9db3d9813946287b408706c8e9eaf14d1.zip |
Clarify what "mru" config option does.
input and ok giovanni jmc
-rw-r--r-- | usr.sbin/npppd/npppd/npppd.conf.5 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/usr.sbin/npppd/npppd/npppd.conf.5 b/usr.sbin/npppd/npppd/npppd.conf.5 index 0deec4728a4..0f9832389e9 100644 --- a/usr.sbin/npppd/npppd/npppd.conf.5 +++ b/usr.sbin/npppd/npppd/npppd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: npppd.conf.5,v 1.9 2013/03/19 12:49:30 sthen Exp $ +.\" $OpenBSD: npppd.conf.5,v 1.10 2013/08/12 14:28:30 yasuoka Exp $ .\" .\" Copyright (c) 2012 YASUOKA Masahiko <yasuoka@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 19 2013 $ +.Dd $Mdocdate: August 12 2013 $ .Dt NPPPD.CONF 5 .Os .Sh NAME @@ -192,7 +192,10 @@ of the listening interface. This option is for PPPoE only. .It Ic mru Ar number Specify the Maximum Receive Unit (MRU). -This value is used for LCP negotiation with the tunnel peer. +This value is used for LCP negotiation to ask the peer not to send packets +greater than the MRU octets. +The peer may use the MRU to decide its MTU, but this depends on the +implementation. The default values are 1360 for L2TP, 1400 for PPTP, and 1492 for PPPoE. .It Ic lcp-keepalive Ar yes | no Specify whether |