Home
last modified time | relevance | path

Searched refs:idle (Results 1 – 2 of 2) sorted by relevance

/lib/liblwip/src/netif/ppp/
Dauth.c750 struct ppp_idle idle; in check_idle() local
754 if (!get_idle_time(0, &idle)) { in check_idle()
757 itime = LWIP_MIN(idle.xmit_idle, idle.recv_idle); in check_idle()
/lib/liblwip/doc/
Drawapi.txt251 When a connection is idle (i.e., no data is either transmitted or
254 timer for killing connections that have stayed idle for too long, or
258 again when the connection has been idle for a while.