On Wed, 2008-08-27 at 08:32 -0500, Rick Culver wrote:
> I am trying to port an application from ver 1.2.0 to 1.3.0 and having
> a lot of trouble.  In my 1.2.0 application I call the typical core
> start up with ip_init(), etharp_init(), tcp_init(), etc. but I am
> getting errors when I try to compile with ver 1.3.0.  I checked the
> source code files and these init functions are all gone and seem to
> have a "dummy" define in the .h files.  According to the update notes
> these functions have all been replaced by a tcpip_init() which I have
> not used in the past and which I thought was reserved for the OS
> version of the stack.  I am using the raw/API (NO_SYS) version in my
> application.  The question is this, what happened to the _init()
> functions, why are they no longer in the core source, and how do I
> init the core stack for use?  Can anyone please give me some
> explanation on this?  Thank you.
> Rick
>  

lwip_init() is probably what you want.

Kieran



_______________________________________________
lwip-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to