Home
last modified time | relevance | path

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

123

/third_party/curl/docs/cmdline-opts/
Dno-keepalive.d1 Long: no-keepalive
2 Help: Disable TCP keepalive on the connection
5 Disables the use of keepalive messages on the TCP connection. curl otherwise
9 --keepalive to enforce keepalive.
Dkeepalive-time.d1 Long: keepalive-time
3 Help: Interval time for keepalive probes
8 keepalive probes and the time between individual keepalive probes. It is
11 option has no effect if --no-keepalive is used.
DMakefile.inc113 keepalive-time.d \
140 no-keepalive.d \
/third_party/grpc/doc/
Dkeepalive.md3 The keepalive ping is a way to check if a channel is currently working by sending HTTP2 pings over …
5 This guide documents the knobs within gRPC core to control the current behavior of the keepalive pi…
7 The keepalive ping is controlled by two important channel arguments -
10 …* This channel argument controls the period (in milliseconds) after which a keepalive ping is sent…
12 …* This channel argument controls the amount of time (in milliseconds) the sender of the keepalive
17 …* This channel argument if set to 1 (0 : false; 1 : true), allows keepalive pings to be sent even …
41 * When is the keepalive timer started?
42 * The keepalive timer is started when a transport is done connecting (after handshake).
43 * What happens when the keepalive timer fires?
44 …* When the keepalive timer fires, gRPC Core will try to send a keepalive ping on the transport. Th…
[all …]
Denvironment_variables.md69 - http_keepalive - traces gRPC keepalive pings
/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/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
43 _context_ with the keepalive for idle traffic timeout of _seconds_. If
46 _seconds_ value to determine whether a keepalive "ping" is to be sent out or
53 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.status50 test-net-keepalive: SKIP
51 test-net-persistent-keepalive: SKIP
/third_party/node/deps/npm/node_modules/agentkeepalive/
DHistory.md77 * https: fix ssl socket leak when keepalive is used
159 * use keepalive agent on node 0.11+ impl
DREADME.md76 freeSocketKeepAliveTimeout: 30000, // free socket keepalive for 30 seconds
215 [proxy.js:120000] keepalive, 50 created, 60000 requestFinished, 1200 req/socket, 0 requests, 0 sock…
/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-versions101 --keepalive-time 7.18.0
128 --no-keepalive 7.18.0
/third_party/libnl/lib/idiag/
Didiag.c131 __ADD(IDIAGNL_TIMER_KEEPALIVE, keepalive),
/third_party/glib/gio/
Dgsocket.c236 guint keepalive : 1; member
565 socket->priv->keepalive = !!value; in g_socket_details_from_fd()
570 socket->priv->keepalive = FALSE; in g_socket_details_from_fd()
772 g_value_set_boolean (value, socket->priv->keepalive); in g_socket_get_property()
1413 gboolean keepalive) in g_socket_set_keepalive() argument
1419 keepalive = !!keepalive; in g_socket_set_keepalive()
1420 if (socket->priv->keepalive == keepalive) in g_socket_set_keepalive()
1424 keepalive, &error)) in g_socket_set_keepalive()
1431 socket->priv->keepalive = keepalive; in g_socket_set_keepalive()
1451 return socket->priv->keepalive; in g_socket_get_keepalive()
Dgsocket.h105 gboolean keepalive);
/third_party/libwebsockets/lib/roles/mqtt/
Dprivate-lib-roles-mqtt.h281 uint16_t 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/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/curl/lib/
Dhttp2.c250 timediff_t elapsed = Curl_timediff(now, conn->keepalive); in http2_conncheck()
265 conn->keepalive = now; in http2_conncheck()
Durldata.h1031 struct curltime keepalive; member
/third_party/node/deps/npm/node_modules/node-fetch-npm/
DREADME.md236 - `keepalive`
/third_party/libwebsockets/
Dchangelog474 http/1.1, you can enable keepalive pipelining, so the connections occur
539 - NEW: Applies TCP_USER_TIMEOUT for Linux tcp keepalive where available

123