From: Christian <crich-ml@beronet.com>
To: linux-ppp@vger.kernel.org
Subject: Way how frames are read in pppd
Date: Thu, 26 Oct 2006 14:17:03 +0000 [thread overview]
Message-ID: <4540C35F.9010104@beronet.com> (raw)
Hi List (James:-)
I have still some issues with my litle project. Let me explain for short
what i'm doing:
Application (synchdlc) <---> Stdin/Stdout <----> pppd (synchdlc)
to ensure boundaries i have hacked pppd to add framing for stdin/stdout,
so that packets in pppd transmitted to stdout contain headers and
packets received contain headers as well.
My problem is the following:
I don't understand where exactly the PPP(IP) frames are read in pppd
and transmitted to the master_pty. It is certainly not (only) in
read_packet. I have found out that the kernel writes correct packets
with copy_to_user to the userspace. pppd reads them and somehow
transmits them to the master_fd. At this point the boundaries got lost.
I have tried to read the pppd code for a while, but i think i can't see
the forest anymore because of all the trees.
I would apreciate any help.
cheers,
Christian
next reply other threads:[~2006-10-26 14:17 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-26 14:17 Christian [this message]
2006-10-30 12:48 ` Way how frames are read in pppd James Carlson
2006-10-30 13:44 ` Christian
2006-10-30 13:56 ` James Carlson
2006-10-30 14:11 ` Christian
2006-10-30 14:49 ` James Carlson
2006-10-30 15:06 ` Christian
2006-10-30 15:13 ` James Carlson
2006-10-30 23:15 ` Paul Mackerras
2006-10-31 17:21 ` Christian
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=4540C35F.9010104@beronet.com \
--to=crich-ml@beronet.com \
--cc=linux-ppp@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.