Stack-internal timers implementation. More...
#include "lwip/opt.h"#include "lwip/timers.h"#include "lwip/tcp_impl.h"Functions | |
| void | tcp_timer_needed (void) |
| External function (implemented in timers.c), called when TCP detects that a timer is needed (i.e. | |
Stack-internal timers implementation.
This file includes timer callbacks for stack-internal timers as well as functions to set up or stop timers and check for expired timers.
| void tcp_timer_needed | ( | void | ) |
External function (implemented in timers.c), called when TCP detects that a timer is needed (i.e.
active- or time-wait-pcb found).
1.7.1