From: "Shan Sinha" <sks@alum.mit.edu>
To: linux-newbie@vger.kernel.org
Subject: TCP as a module
Date: Sat, 26 Jul 2003 11:25:41 -0400 [thread overview]
Message-ID: <000501c3538a$2cd22e30$6400a8c0@bombay> (raw)
Hi everyone-
My web searches on this seem to turn up very little.
Many people have suggested that TCP as a loadable module would be nice.
I am actually in a position where I think it might be necessary.
I am working on a research project on an ad-hoc 802.11 network spanning
through a local neighborhood. There are multiple people developing on
the network with dozens of nodes all running 2.4. Various kernels
across the network are updated at various times, but upgrades do happen
frequently. Occassionally, kernels are uniformally updated across the
entire network.
My work specifically requires some TCP hacking. As a result, I would
like to insulate my work from other kernel upgrades, so as not to have
to redo work. Creating an isolated sandbox, while possible, is not
optimal, b/c the kernel upgrades are usually necessary and worth
incorporating.
As a result, I would like to implement a new transport layer module
based on the TCP code, but with its own address family. I realize I
might have to re-compile a few tools, but I use few enough of those,
that it should be no problem.
Looking at the code, I assume that a starting step would be to figure
out how to implement TCP as a module.
+ Has anyone actually done this or know of someone who has? Any
advice/links would be useful.
+ Or does anyone know for certain that doing this is just not possible?
If so, why not?
I'm willing to live with idiosyncracies in how such a TCP module would
behave for making my development life easier, I think this is necessary!
The idea would be that once some of my work actually demonstrates
positive results, to re-implement back into the core kernel code.
If you have a better solution, I would love to hear it!
Cheers-
Shan
Shan Sinha
Networks and Mobile Systems
Laboratory for Computer Science and AI
MIT
For information on the research project, visit
http://pdos.lcs.mit.edu/roofnet
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
next reply other threads:[~2003-07-26 15:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-07-26 15:25 Shan Sinha [this message]
2003-07-27 15:19 ` TCP as a module Eric
2003-07-27 15:29 ` Mr. James W. Laferriere
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='000501c3538a$2cd22e30$6400a8c0@bombay' \
--to=sks@alum.mit.edu \
--cc=linux-newbie@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox