/third_party/curl/docs/cmdline-opts/ |
D | no-keepalive.d | 3 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.
|
D | keepalive-time.d | 3 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.
|
D | Makefile.inc | 122 keepalive-time.d \ 150 no-keepalive.d \
|
D | Makefile.in | 516 keepalive-time.d \ 544 no-keepalive.d \
|
/third_party/python/Lib/test/crashers/ |
D | mutation_inside_cyclegc.py | 22 keepalive = [] variable 28 keepalive.append(weakref.ref(a, callback)) 31 keepalive.append(lst[:])
|
/third_party/node/deps/undici/src/lib/fetch/ |
D | request.js | 177 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
|
D | body.js | 31 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/ |
D | coap_keepalive.txt.in | 15 - 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/ |
D | test-keep-alive.js | 57 if (!opts.keepalive) { 97 runAb({ keepalive: true, port: port }, (reqSec) => { property 100 runAb({ keepalive: false, port: port }, (reqSec) => { property
|
/third_party/node/test/parallel/ |
D | parallel.status | 29 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/ |
D | fetch.d.ts | 106 keepalive?: boolean 152 readonly keepalive: boolean
|
/third_party/lwip/src/apps/http/ |
D | httpd.c | 261 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/ |
D | options-in-versions | 108 --keepalive-time 7.18.0 136 --no-keepalive 7.18.0
|
/third_party/node/deps/undici/src/ |
D | README.md | 28 | 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/ |
D | api-lifecycle.md | 18 …* 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/ |
D | private-lib-roles-mqtt.h | 281 uint16_t keepalive; member
|
/third_party/curl/lib/ |
D | easy.c | 1314 if(Curl_timediff(*now, conn->keepalive) <= data->set.upkeep_interval_ms) in conn_upkeep() 1329 conn->keepalive = *now; in conn_upkeep()
|
D | cfilters.c | 355 data->conn->keepalive = Curl_now(); in Curl_conn_connect()
|
D | urldata.h | 952 struct curltime keepalive; member
|
/third_party/libwebsockets/READMEs/ |
D | README.lws_sul.md | 82 For example locally-initiated periodic keepalive pings not happening may allow
|
D | README.coding.md | 525 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/ |
D | undici.js | 4226 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/ |
D | CMakeLists.txt | 114 # tcp keepalive needs this on linux to work practically... but it only exists
|
/third_party/python/Lib/urllib/ |
D | request.py | 2405 self.keepalive = persistent 2470 self.keepalive = False 2477 if self.refcount <= 0 and not self.keepalive:
|
/third_party/node/doc/api/ |
D | net.md | 933 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`.
|