* How can I dnderstand Linux Network implementation?
@ 2001-01-27 2:25 Donghui Wen
2001-01-30 20:06 ` How can I understand " David L. Nicol
0 siblings, 1 reply; 3+ messages in thread
From: Donghui Wen @ 2001-01-27 2:25 UTC (permalink / raw)
To: linux-kernel
I am hacking the implementation of linux2.4's
networking (IPV4) . Can anyone give me some idea
what material I should read to understand the
data structures and algorithms. I have stevens's
books which talked about BSD's implementation.
Thanks!
Donghui
_____________________________________________________________
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: How can I understand Linux Network implementation?
2001-01-27 2:25 How can I dnderstand Linux Network implementation? Donghui Wen
@ 2001-01-30 20:06 ` David L. Nicol
2001-01-31 1:14 ` Daniel Chemko
0 siblings, 1 reply; 3+ messages in thread
From: David L. Nicol @ 2001-01-30 20:06 UTC (permalink / raw)
To: dwen, linux-kernel
Donghui Wen wrote:
>
> I am hacking the implementation of linux2.4's
> networking (IPV4) . Can anyone give me some idea
> what material I should read to understand the
> data structures and algorithms. I have stevens's
> books which talked about BSD's implementation.
>
> Thanks!
>
> Donghui
Print it all out
read the source code
I like the a2ps tool for formatting source code for reading;
I print out a sheaf of source code and retreat to a local coffee emporium
with a highlighter and a legal pad.
--
David Nicol 816.235.1187 dnicol@cstp.umkc.edu
2.4.0 seems faster than 2.2.16
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: How can I understand Linux Network implementation?
2001-01-30 20:06 ` How can I understand " David L. Nicol
@ 2001-01-31 1:14 ` Daniel Chemko
0 siblings, 0 replies; 3+ messages in thread
From: Daniel Chemko @ 2001-01-31 1:14 UTC (permalink / raw)
To: David L. Nicol; +Cc: dwen, linux-kernel
Save yourself the headache.
Despite the fact that it is based on the 2.2 network core, the Coriolis book
Linux IP Stacks was a good book of source code to scip to parts of the code
which was related to my interests. It may be a little different now, with the
iptables rework, but besides that, it is a good introduction to the
implementation of the low level protcols.
"David L. Nicol" wrote:
> Donghui Wen wrote:
> >
> > I am hacking the implementation of linux2.4's
> > networking (IPV4) . Can anyone give me some idea
> > what material I should read to understand the
> > data structures and algorithms. I have stevens's
> > books which talked about BSD's implementation.
> >
> > Thanks!
> >
> > Donghui
>
> Print it all out
>
> read the source code
>
> I like the a2ps tool for formatting source code for reading;
> I print out a sheaf of source code and retreat to a local coffee emporium
> with a highlighter and a legal pad.
>
> --
> David Nicol 816.235.1187 dnicol@cstp.umkc.edu
> 2.4.0 seems faster than 2.2.16
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> Please read the FAQ at http://www.tux.org/lkml/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2001-01-30 21:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-27 2:25 How can I dnderstand Linux Network implementation? Donghui Wen
2001-01-30 20:06 ` How can I understand " David L. Nicol
2001-01-31 1:14 ` Daniel Chemko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox