9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Russ Cox rsc@research.att.com
Subject: ppp fix
Date: Sun,  1 Sep 1996 22:27:03 -0400	[thread overview]
Message-ID: <19960902022703.r48em5ghGyl2SMt1uFJtWMYo55WLb-kGi_7bqkIgPd0@z> (raw)

i didn't play with pppserver.l because
i don't serve ppp and couldn't test it.
but if you change the ipconfig call to
	ipconfig(myipaddr, ipmask, 1500, 1);
then that will at least put it back to the
way it was before (assuming 1500 mtu).
i'll have to look at the code a little more in
depth to figure out if it even matters just
yet.
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.

i think i'll try to figure that out after i get
chap authentication working.

russ




             reply	other threads:[~1996-09-02  2:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-09-02  2:27 Russ [this message]
1996-09-02 15:45 Paul

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=19960902022703.r48em5ghGyl2SMt1uFJtWMYo55WLb-kGi_7bqkIgPd0@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).