lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] Using lwIP with multiple process


From: LABARTHE Guillaume
Subject: [lwip-users] Using lwIP with multiple process
Date: Thu, 16 Feb 2012 11:43:16 +0100

Hi everybody,

 

I'm currently trying to use lwIP on a Red Hat system.

I looked at the port in the contrib directory and was able to write my own driver.

I also used the makefile proposed to generate a self-initialising shared library.

Now what i'am trying to do is to create to process (a client and a server) that uses the same instance of lwIP.

the problem is that i can't figure out how to do it.  I was only able to link my programs against the shared library but it seems that the library is loaded twice in memory so my 2 programs does not share the same instance of lwIP.

 

Can anyone help me.

 

Thank you in advance.

Guillaume

 


reply via email to

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