Thank you all for the inputs, this should get me started faster.
Jerry.
On Wednesday 20 August 2003 05:07 am, Paolo Pisati wrote:
> On Tue, Aug 19, 2003 at 04:02:40PM -0700, Jerry Toung wrote:
> > My problem is dealing with debuging and portability. With this raw
> > approach I guess I will have t
On Tue, Aug 19, 2003 at 04:02:40PM -0700, Jerry Toung wrote:
>
> My problem is dealing with debuging and portability. With this raw approach I
> guess I will have to run builkernel and installkernel all the time. How can I
> avoid that? I thought about kernel modules, but I don't know what
On Tue, Aug 19, 2003 at 04:02:40PM -0700, Jerry Toung wrote:
> dear hackers,
Hello!
> I am in the process of implementing a routing protocol under 5.0.
I, too, am in the process of implementing a routing protocol under -CURRENT.
:^)
> This routing protocol is source route based and requires its
Diomidis Spinellis wrote:
I suggest you first build userland applications that emulate the
kernel's networking behavior that affects your protocol. Build and test
your protocol in userland on top of that environment, and once you are
happy with it, plug it into the kernel.
For example, you could u
Hi,
I wrote a socket family SOCK_IPOPTION several years ago, where you can
intercept any IP option. In your application, you can open this kind of
sockets to receive control messages, and use raw sockets to send. At the
same time, use the standard routing sockets to play in the userland.
The work
Jerry Toung wrote:
> I am in the process of implementing a routing protocol under 5.0.
[...]
> My problem is dealing with debuging and portability. With this raw approach I
> guess I will have to run builkernel and installkernel all the time. How can I
> avoid that? I thought about kernel modules,
dear hackers,
I am in the process of implementing a routing protocol under 5.0.
This routing protocol is source route based and requires its own header after
the ip header and before any other one such as udp,tcp.
(ip)(new_rt_hdr)(udp)(paylaod)
I am requesting your input as to the
7 matches
Mail list logo