* Beginner's information on 2.6 implementation of networking
@ 2005-04-06 15:37 Chase Douglas
2005-04-06 18:34 ` Asim Shankar
0 siblings, 1 reply; 2+ messages in thread
From: Chase Douglas @ 2005-04-06 15:37 UTC (permalink / raw)
To: netdev, cndougla
I have an idea for linux networking at the level of manipulation of how sk_buffs
are used. However, I do not know where in the linux kernel code to begin looking
for where sk_buffs are manipulated. I was wondering if there were any good
resources on the 2.6 implementation of the tcp/ip protocol. I have found a few
documents on 2.2 and 2.4, but many of the functions listed do not seem to be
present in the 2.6 kernel. Even if I could have a list of function calls from
send to receive using the tcp/ip protocol, it would help a lot.
Thank you
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Beginner's information on 2.6 implementation of networking
2005-04-06 15:37 Beginner's information on 2.6 implementation of networking Chase Douglas
@ 2005-04-06 18:34 ` Asim Shankar
0 siblings, 0 replies; 2+ messages in thread
From: Asim Shankar @ 2005-04-06 18:34 UTC (permalink / raw)
To: Chase Douglas; +Cc: netdev
> present in the 2.6 kernel. Even if I could have a list of function calls from
> send to receive using the tcp/ip protocol, it would help a lot.
Have you looked at:
http://datatag.web.cern.ch/datatag/papers/tr-datatag-2004-1.pdf
Though this document is based on 2.4.20, it is similar to 2.6 and as
you go about looking at the code, the changes would be easy to
understand.
Hope that helps,
-- Asim
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-04-06 18:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-06 15:37 Beginner's information on 2.6 implementation of networking Chase Douglas
2005-04-06 18:34 ` Asim Shankar
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).