prepare for overriding current timeout implementation: all stack-internal caclic timers are avaliable in the lwip_cyclic_timers array

This commit is contained in:
sg
2016-04-05 23:01:57 +02:00
parent 8c7f513f4d
commit ca1b8288de
3 changed files with 92 additions and 187 deletions

View File

@@ -6,6 +6,10 @@ HISTORY
++ New features:
2016-04-05: Simon Goldschmidt:
* timers.h/.c: prepare for overriding current timeout implementation: all
stack-internal caclic timers are avaliable in the lwip_cyclic_timers array
2016-03-23: Simon Goldschmidt
* tcp: call accept-callback with ERR_MEM when allocating a pcb fails on
passive open to inform the application about this error