Home
last modified time | relevance | path

Searched refs:keepalive (Results 1 – 25 of 58) sorted by relevance

123

/third_party/curl/docs/cmdline-opts/
Dno-keepalive.d3 Long: no-keepalive
4 Help: Disable TCP keepalive on the connection
6 Example: --no-keepalive $URL
8 See-also: keepalive-time
11 Disables the use of keepalive messages on the TCP connection. curl otherwise
15 --keepalive to enforce keepalive.
Dkeepalive-time.d3 Long: keepalive-time
5 Help: Interval time for keepalive probes
8 Example: --keepalive-time 20 $URL
9 See-also: no-keepalive max-time
13 keepalive probes and the time between individual keepalive probes. It is
17 connections. The number of missed keepalive probes before declaring the
19 effect if --no-keepalive is used.
DMakefile.inc122 keepalive-time.d \
150 no-keepalive.d \
DMakefile.in516 keepalive-time.d \
544 no-keepalive.d \
/third_party/python/Lib/test/crashers/
Dmutation_inside_cyclegc.py22 keepalive = [] variable
28 keepalive.append(weakref.ref(a, callback))
31 keepalive.append(lst[:])
/third_party/node/deps/undici/src/lib/fetch/
Drequest.js177 keepalive: request.keepalive, property
303 if (init.keepalive !== undefined) {
304 request.keepalive = Boolean(init.keepalive)
461 request.keepalive
650 get keepalive () { getter in Request
654 return this[kState].keepalive
760 keepalive: false, property
826 keepalive: kEnumerableProperty, property
Dbody.js31 function extractBody (object, keepalive = false) { argument
190 if (keepalive) {
252 function safelyExtractBody (object, keepalive = false) { argument
271 return extractBody(object, keepalive)
/third_party/libcoap/man/
Dcoap_keepalive.txt.in15 - Work with CoAP keepalive
32 There may be a requirement to send out keepalive traffic when the CoAP session
48 _context_ with the keepalive for idle traffic timeout of _seconds_. If
51 _seconds_ value to determine whether a keepalive "ping" is to be sent out or
58 If the keepalive fails to solicit a response, then this can be tracked by
/third_party/node/test/pummel/
Dtest-keep-alive.js57 if (!opts.keepalive) {
97 runAb({ keepalive: true, port: port }, (reqSec) => { property
100 runAb({ keepalive: false, port: port }, (reqSec) => { property
/third_party/node/test/parallel/
Dparallel.status29 test-http-server-headers-timeout-keepalive: PASS,FLAKY
30 test-http-server-request-timeout-keepalive: PASS,FLAKY
72 test-net-keepalive: SKIP
73 test-net-persistent-keepalive: SKIP
/third_party/node/deps/undici/src/types/
Dfetch.d.ts106 keepalive?: boolean
152 readonly keepalive: boolean
/third_party/lwip/src/apps/http/
Dhttpd.c261 u8_t keepalive; member
659 if (hs->keepalive) { in http_eof()
666 hs->keepalive = 1; in http_eof()
860 if (hs->keepalive) {
980 hs->keepalive = 0;
2083 hs->keepalive = 1;
2085 hs->keepalive = 0;
2418 if (hs->keepalive) {
2421 hs->keepalive = 0;
2427 hs->keepalive = 0;
/third_party/curl/docs/
Doptions-in-versions108 --keepalive-time 7.18.0
136 --no-keepalive 7.18.0
/third_party/node/deps/undici/src/
DREADME.md28 | http - no keepalive | 15 | 4.63 req/sec | ± 2.77 % | - |
29 | http - keepalive | 10 | 4.81 req/sec | ± 2.16 % | + 3.94 % |
39 | http - no keepalive | 50 | 3546.49 req/sec | ± 2.90 % | - |
40 | http - keepalive | 15 | 5692.67 req/sec | ± 2.48 % | + 60.52 % |
/third_party/node/deps/undici/src/docs/api/
Dapi-lifecycle.md18 …* After all queued requests are completed, the *keepalive* event transitions the `Client` back to …
50 … called, then the [**processing**](#processing) machine will trigger a *keepalive* event transitio…
/third_party/libwebsockets/lib/roles/mqtt/
Dprivate-lib-roles-mqtt.h281 uint16_t keepalive; member
/third_party/curl/lib/
Deasy.c1314 if(Curl_timediff(*now, conn->keepalive) <= data->set.upkeep_interval_ms) in conn_upkeep()
1329 conn->keepalive = *now; in conn_upkeep()
Dcfilters.c355 data->conn->keepalive = Curl_now(); in Curl_conn_connect()
Durldata.h952 struct curltime keepalive; member
/third_party/libwebsockets/READMEs/
DREADME.lws_sul.md82 For example locally-initiated periodic keepalive pings not happening may allow
DREADME.coding.md525 To enable keepalive, set the ka_time member of the context creation parameter
529 With keepalive enabled, the TCP layer will send control packets that should
534 Note that BSDs don't support keepalive time / probes / interval per-socket
535 like Linux does. On those systems you can enable keepalive by a nonzero
1083 If lws learns from the first response header that keepalive is not possible,
/third_party/node/deps/undici/
Dundici.js4226 function extractBody(object, keepalive = false) { argument
4319 if (keepalive) {
4360 function safelyExtractBody(object, keepalive = false) { argument
4368 return extractBody(object, keepalive);
5117 keepalive: request.keepalive, property
5190 if (init.keepalive !== void 0) {
5191 request.keepalive = Boolean(init.keepalive);
5274 request.keepalive
5395 get keepalive() { getter in anonymousObject0bedee25c505.lib/fetch/request.js.Request
5397 return this[kState].keepalive;
[all …]
/third_party/libwebsockets/lib/
DCMakeLists.txt114 # tcp keepalive needs this on linux to work practically... but it only exists
/third_party/python/Lib/urllib/
Drequest.py2405 self.keepalive = persistent
2470 self.keepalive = False
2477 if self.refcount <= 0 and not self.keepalive:
/third_party/node/doc/api/
Dnet.md933 the first keepalive probe is sent on an idle socket.**Default:** `0`.
1233 delay before the first keepalive probe is sent on an idle socket.
1236 data packet received and the first keepalive probe. Setting `0` for
1566 the first keepalive probe is sent on an idle socket.**Default:** `0`.

123