[openbeosnetteam] Re: mbuf.h

> 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

Other related posts: