Hi, > Not sure it's a so good idea, because you couldn't initialize > the "ARP timer" in the tcpip_thread's context (to avoid > multithread access problems in ARP Table - see previous item > in forum), except if this timer is also initialize in > tcpip_thread() just before ip_timer...
I think it's a MUST to initialize the ARP timer in tcpip_thread(), if only to avoid other users from initializing it at the wrong point. Simon _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
