
|
[openbeosnetteam]
||
[Date Prev]
[10-2003 Date Index]
[Date Next]
||
[Thread Prev]
[10-2003 Thread Index]
[Thread Next]
[openbeosnetteam] Re: mbuf.h
- From: "Waldemar Kornewald" <Waldemar.Kornewald@xxxxxx>
- To: "OpenBeOS Networking" <openbeosnetteam@xxxxxxxxxxxxx>
- Date: Tue, 14 Oct 2003 15:55:58 +0200
> What I tried to say is that this maximum value should be expanded to
> maximum values asked by
> each network modules.
> As, currently, they're all loaded and inited at stack start time, these
> modules could perfectly
> call some set_max_link_header_size(), raising the max_linkhdr mbuf
> internal value if necessary.
> Same for the max_protohdr value.
I put those variable declarations into a core_private.h file that lives in the
core add-on's folder and is included by every file that uses those variables.
They are defined in mbuf.c.
Also, I fixed some compilation warnings and added initial support for the
control() function that I need to talk to the ppp interface module. The last
step is to add support for those functions to the stack driver. I will do this
later (together with the pppcontrol/pppdial/pppwhatever cmd-line app).
> Yep, that's exactly what I had in mind when I wrote my reply, but fail
> to explain :-(
I think this is the biggest problem of our mailing lists. The communication is
too inefficient.
Waldemar
|

|