Home
last modified time | relevance | path

Searched refs:inactivity (Results 1 – 25 of 26) sorted by relevance

12

/third_party/lwip/src/core/
Dtcp.c1887 u32_t inactivity; local
1906 inactivity = 0;
1912 ((pcb->prio == mprio) && ((u32_t)(tcp_ticks - pcb->tmr) >= inactivity))) {
1913 inactivity = tcp_ticks - pcb->tmr;
1920 (void *)inactive, inactivity));
1933 u32_t inactivity; local
1937 inactivity = 0;
1943 if ((u32_t)(tcp_ticks - pcb->tmr) >= inactivity) {
1944 inactivity = tcp_ticks - pcb->tmr;
1951 tcp_state_str[state], (void *)inactive, inactivity));
[all …]
/third_party/node/deps/npm/node_modules/agentkeepalive/
DREADME.md32 - Add free socket timeout: avoid long time inactivity socket leak in the free-sockets queue.
33 - Add active socket timeout: avoid long time inactivity socket leak in the active-sockets queue.
51 after `freeSocketKeepAliveTimeout` milliseconds of inactivity on the free socket.
55 after `timeout` milliseconds of inactivity on the working socket.
/third_party/mtdev/
DINSTALL15 seconds of inactivity, the program exits.
/third_party/nghttp2/doc/bash_completion/
Dh2load11 …iod --duration --warm-up-time --connection-active-timeout --connection-inactivity-timeout --timing…
/third_party/libcoap/man/
Dcoap_context.txt.in102 inactivity to _session_timeout_ for _context_ before an idle server session is
Dcoap-client.txt.in133 Send a ping after interval seconds of inactivity.
/third_party/protobuf/
DCONTRIBUTING.md74 of inactivity.
/third_party/libinput/completion/zsh/
D_libinput221 '--autorestart=[Terminate the current recording after s seconds of device inactivity]' \
/third_party/rust/crates/tracing/tracing-opentelemetry/
DCHANGELOG.md185 - Improve performance when tracked inactivity is disabled (#1315)
/third_party/skia/third_party/externals/abseil-cpp/
DCONTRIBUTING.md104 weeks of inactivity.
/third_party/node/deps/npm/node_modules/got/
Dreadme.md117 …`object` with separate `connect` and `socket` fields for connection and socket inactivity timeouts.
/third_party/node/doc/api/
Dhttp.md165 by the server due to inactivity.
547 Emitted when the underlying socket times out from inactivity. This only notifies
1254 In case of inactivity, the rules defined in [`server.timeout`][] apply. However,
1255 that inactivity based timeout would still allow the connection to be kept open
1337 The number of milliseconds of inactivity before a socket is presumed
1352 The number of milliseconds of inactivity a server needs to wait for additional
1355 timeout has fired, it will reset the regular inactivity timeout, i.e.,
Dnet.md660 Emitted if the socket times out from inactivity. This is only to notify that
1056 Sets the socket to timeout after `timeout` milliseconds of inactivity on
Dhttp2.md1911 The number of milliseconds of inactivity before a socket is presumed
2113 The number of milliseconds of inactivity before a socket is presumed
/third_party/nghttp2/doc/
Dh2load.1.rst174 .. option:: -N, --connection-inactivity-timeout=<DURATION>
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
DChangeLog559 due to inactivity.
1199 deauthenticate the station, i.e., skip long wait for inactivity poll
1260 that the previously registered inactivity timer will not remove the
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
DChangeLog602 due to inactivity.
1242 deauthenticate the station, i.e., skip long wait for inactivity poll
1303 that the previously registered inactivity timer will not remove the
/third_party/cups-filters/utils/
Dcups-browsed.conf.in744 # considers as inactivity in auto shutdown mode. "NoQueues" (the
/third_party/skia/third_party/externals/microhttpd/doc/
Dlibmicrohttpd.texi618 After how many seconds of inactivity should a connection automatically
Dlibmicrohttpd.info536 After how many seconds of inactivity should a connection
/third_party/python/Doc/whatsnew/
D2.6.rst2380 calling a :meth:`handle_timeout` method after a span of inactivity
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
DChangeLog1078 due to inactivity.
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
DChangeLog1025 due to inactivity.
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dframework.dart3027 // The "inactivity" of the element being retaken here may be forward-looking: if
/third_party/pulseaudio/src/modules/rtp/
Drfc3550.txt5348 o Timing out a participant is to be based on inactivity for a number

12