lwip-users
[Top][All Lists]
Advanced

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

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


From: Rick Culver
Subject: [lwip-users] What happened to tcp_init() & udp_init()
Date: Wed, 27 Aug 2008 08:32:20 -0500

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
 

reply via email to

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