9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Paul Borman prb@bsdi.com
Subject: ppp fix
Date: Mon,  2 Sep 1996 10:45:02 -0500	[thread overview]
Message-ID: <19960902154502.veleRf9CLI7oIUJP6notf02M3zfXCQRm3_RtxbEoREg@z> (raw)

> From: Russ Cox <rsc@research.att.com>

> the standard ppp default is for 1500 mtu
> nuless specified by either side, and we're
> not specifying it.  i suppose the client ppp
> software could request a lower mtu, but i
> bet it rarely happens.  i'm not sure i see a
> good way to handle mtu in the server on a
> per-client basis.

Each side may request the other side to set its
MTU to some higher or lower value.  Slower lines
may wish a lower MTU so that interactive response
is better.  We have also had experience with some
popular windows based PPP programs which seem to
work better with a lower MTU (working better
means they do not hang :-)  Note that in all of
these cases, it is the client which initiates the
request, not the server.  There is no way to get
the other side to request that you change your
MTU, however, you can always just send smaller
packets even if the other side did not negotiate
them.  As long as a server honors a clients
request for a smaller MTU every thing should work
just fine.

			-Paul Borman
			 prb@bsdi.com




             reply	other threads:[~1996-09-02 15:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-09-02 15:45 Paul [this message]
  -- strict thread matches above, loose matches on Subject: below --
1996-09-02  2:27 Russ

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=19960902154502.veleRf9CLI7oIUJP6notf02M3zfXCQRm3_RtxbEoREg@z \
    --to=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).