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
_______________________________________________
lwip-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to