lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-users] Re: [lwip] Two questions about global structure of lwip


From: Kieran Mansley
Subject: [lwip-users] Re: [lwip] Two questions about global structure of lwip
Date: Thu, 09 Jan 2003 00:17:54 -0000

On Thu, 24 Oct 2002, address@hidden wrote:
> Hello everybody!!
> Just two questions (lwip in a UNIX-like OS):
>
> First one:
>     If Lwip is running (f.e: executing ./simhost)...
>     may I write a program (appart from simhost) that use rawapi directly or I
> must include all the initializations (sys_int(), mem_init(), etc..) in that
> program??

Each application links against the lwIP library separately, so it makes
absolutely no difference what one application is doing to any other
application that wants to use it.  Therefore, you do have to put the init
calls in every program.

I'm not sure about your other problem I'm afraid.

Kieran

[This message was sent through the lwip discussion list.]




reply via email to

[Prev in Thread] Current Thread [Next in Thread]