lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] poll-function not called


From: Sergio R. Caprile
Subject: Re: [lwip-users] poll-function not called
Date: Mon, 22 Sep 2014 09:31:54 -0300
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

You could try the way we vendor-agnostic use the stack:
Once you set NO_SYS_NO_TIMERS = 0, add a call to sys_check_timeouts() in
your main loop. This is the 1.4 way of checking all the timers,
including DHCP. This should take care of TCP and so calling your poll
function callback for your application.

If that doesn't help, then you should ask in the TI forum as mobin.seven
said. Anyway, keep us posted so the next victim can find it in the list,
and/or the FAQ keeps growing.





reply via email to

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