Searched refs:inactivity (Results 1 – 25 of 26) sorted by relevance
12
/third_party/lwip/src/core/ |
D | tcp.c | 1887 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/ |
D | README.md | 32 - 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/ |
D | INSTALL | 15 seconds of inactivity, the program exits.
|
/third_party/nghttp2/doc/bash_completion/ |
D | h2load | 11 …iod --duration --warm-up-time --connection-active-timeout --connection-inactivity-timeout --timing…
|
/third_party/libcoap/man/ |
D | coap_context.txt.in | 102 inactivity to _session_timeout_ for _context_ before an idle server session is
|
D | coap-client.txt.in | 133 Send a ping after interval seconds of inactivity.
|
/third_party/protobuf/ |
D | CONTRIBUTING.md | 74 of inactivity.
|
/third_party/libinput/completion/zsh/ |
D | _libinput | 221 '--autorestart=[Terminate the current recording after s seconds of device inactivity]' \
|
/third_party/rust/crates/tracing/tracing-opentelemetry/ |
D | CHANGELOG.md | 185 - Improve performance when tracked inactivity is disabled (#1315)
|
/third_party/skia/third_party/externals/abseil-cpp/ |
D | CONTRIBUTING.md | 104 weeks of inactivity.
|
/third_party/node/deps/npm/node_modules/got/ |
D | readme.md | 117 …`object` with separate `connect` and `socket` fields for connection and socket inactivity timeouts.
|
/third_party/node/doc/api/ |
D | http.md | 165 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.,
|
D | net.md | 660 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
|
D | http2.md | 1911 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/ |
D | h2load.1.rst | 174 .. option:: -N, --connection-inactivity-timeout=<DURATION>
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | ChangeLog | 559 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/ |
D | ChangeLog | 602 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/ |
D | cups-browsed.conf.in | 744 # considers as inactivity in auto shutdown mode. "NoQueues" (the
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
D | libmicrohttpd.texi | 618 After how many seconds of inactivity should a connection automatically
|
D | libmicrohttpd.info | 536 After how many seconds of inactivity should a connection
|
/third_party/python/Doc/whatsnew/ |
D | 2.6.rst | 2380 calling a :meth:`handle_timeout` method after a span of inactivity
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | ChangeLog | 1078 due to inactivity.
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | ChangeLog | 1025 due to inactivity.
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | framework.dart | 3027 // The "inactivity" of the element being retaken here may be forward-looking: if
|
/third_party/pulseaudio/src/modules/rtp/ |
D | rfc3550.txt | 5348 o Timing out a participant is to be based on inactivity for a number
|
12