lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] ATTENTION: new version of loopif driver


From: Goldschmidt Simon
Subject: [lwip-users] ATTENTION: new version of loopif driver
Date: Mon, 23 Apr 2007 22:07:29 +0200

Hi everybody,

I've just checked in a new version of the loopback interface driver loopif.c into CVS HEAD, which should (hopefully :)eliminate all errors from the old versions. The downside is that you have to configure it: you have to decide if you are running multithreading (aka tcpip_thread(), e.g. netif->input() for loopif is set to something like tcpip_input()), or running in a single-threading polling environment (here you have to call loopif_poll() in the main loop). Ahh, it's late. Look at the code and you will see. I just wanted to let you know that there is something to configure now...

Simon


reply via email to

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