lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] What happened to tcp_init() & udp_init()


From: Kieran Mansley
Subject: Re: [lwip-users] What happened to tcp_init() & udp_init()
Date: Wed, 27 Aug 2008 14:47:44 +0100

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





reply via email to

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