Home
last modified time | relevance | path

Searched refs:PING (Results 1 – 25 of 41) sorted by relevance

12

/third_party/libuv/test/
Dtest-ping-pong.c37 static char PING[] = "PING\n"; variable
95 uv_buf_t bufs[sizeof PING - 1]; in pinger_write_ping()
103 bufs[0] = uv_buf_init(PING, sizeof PING - 1); in pinger_write_ping()
106 nbufs = sizeof PING - 1; in pinger_write_ping()
108 bufs[i] = uv_buf_init(&PING[i], 1); in pinger_write_ping()
227 pinger->pong = PING; in tcp_pinger_v6_new()
258 pinger->pong = PING; in tcp_pinger_new()
287 pinger->pong = PING; in pipe_pinger_new()
366 pinger->pong = PING; in pipe2_pinger_new()
Dbenchmark-ping-udp.c43 static char PING[] = "PING\n"; variable
81 buf = uv_buf_init(PING, sizeof(PING) - 1); in pinger_write_ping()
102 ASSERT(buf->base[i] == PING[pinger->state]); in pinger_read_cb()
103 pinger->state = (pinger->state + 1) % (sizeof(PING) - 1); in pinger_read_cb()
Dbenchmark-ping-pongs.c46 static char PING[] = "PING\n"; variable
103 buf = uv_buf_init(PING, sizeof(PING) - 1); in pinger_write_ping()
147 ASSERT(buf->base[i] == PING[pinger->state]); in pinger_read_cb()
148 pinger->state = (pinger->state + 1) % (sizeof(PING) - 1); in pinger_read_cb()
/third_party/node/deps/npm/docs/content/commands/
Dnpm-ping.md21 npm notice PING https://registry.npmjs.org/
26 npm notice PING http://foo.com/
/third_party/curl/tests/data/
Dtest23079 # Sends a PING with overlong payload
40 WebSockets, overlong PING payload
Dtest23049 # Sends a PING + a 5 byte hello TEXT
66 # that is flaky since the outgoing PING just before might fail already
Dtest23029 # Sends a PING + a 5 byte hello TEXT
/third_party/curl/docs/libcurl/
Dlibcurl-ws.md77 # PING chapter
80 connections alive, both ends can send PING messages for the other end to
83 libcurl automatically responds to server PING messages with a PONG. It does
84 not send any PING messages automatically.
Dcurl_easy_upkeep.md33 is called, an HTTP/2 PING frame is sent on the connection.
58 upkeep exceeds the interval, then an HTTP/2 PING is sent. */
/third_party/libwebsockets/READMEs/
DREADME.lws_retry.md35 is consistent with h2 PING frames only working at the network stream
50 transactions on any stream using the connection, or by sending PING /
51 PONG protocol packets where the PONG is only returned for a received PING.
60 the last validity after which lws will issue a protocol-specific PING of some
DREADME.test-apps.md261 Websocket PING localhost.localdomain (127.0.0.1) 64 bytes of data.
277 PING packet opcode type. You can change the payload size
291 Before you can even use the PING opcode that is part of the
DREADME.lws_sul.md84 eventually when suspend ends for another reason, the locally-initiated PING probes
/third_party/curl/docs/libcurl/opts/
DCURLOPT_UPKEEP_INTERVAL_MS.md36 is called, an HTTP/2 PING frame is sent on the connection.
65 upkeep exceeds the interval, then an HTTP/2 PING is sent. */
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-ping/
DREADME.md1 # lws minimal ws client PING
5 It sets a validity regime of testing validity with PING every 3s and failing
31 [2020/03/18 13:13:47:1114] U: LWS minimal ws client PING
/third_party/node/deps/undici/src/lib/websocket/
Dreceiver.js91 (this.#info.opcode === opcodes.PING ||
137 } else if (this.#info.opcode === opcodes.PING) {
Dconstants.js28 PING: 0x9, property
/third_party/skia/third_party/externals/microhttpd/
DREADME110 - SPDY PING (used often by browsers)
/third_party/nghttp2/doc/
DREADME.rst50 * Submits PING frame to the |session|.
Dprogrammers-guide.rst197 The urgent category includes PING and SETTINGS. They are sent with
200 The regular category includes frames other than PING, SETTINGS, DATA,
/third_party/skia/third_party/externals/microhttpd/src/datadir/
Dspdy-draft.txt93 2.6.5. PING . . . . . . . . . . . . . . . . . . . . . . . . . 19
1036 2.6.5. PING
1038 The PING control frame is a mechanism for measuring a minimal round-
1040 server. Recipients of a PING frame should send an identical frame to
1042 waiting to be sent, PING should take highest priority). Each ping
1057 Type: The message type for a PING message is 6.
1072 looping on PINGs (where each side initiates an identical PING at the
1075 Note: If a sender uses all possible PING ids (e.g. has sent all 2^31
1078 If a server receives an even numbered PING which it did not initiate,
1079 it must ignore the PING. If a client receives an odd numbered PING
[all …]
/third_party/node/doc/api/
Dhttp2.md286 * `payload` {Buffer} The `PING` frame 8-byte payload
288 The `'ping'` event is emitted whenever a `PING` frame is received from the
546 Sends a `PING` frame to the connected HTTP/2 peer. A `callback` function must
547 be provided. The method will return `true` if the `PING` was sent, `false`
554 containing 8 bytes of data that will be transmitted with the `PING` and
558 be `null` if the `PING` was successfully acknowledged, a `duration` argument
560 acknowledgment was received, and a `Buffer` containing the 8-byte `PING`
573 64-bit timestamp (little endian) marking the start of the `PING` duration.
2431 queued to be sent, and unacknowledged `PING` and `SETTINGS` frames are all
2588 queued to be sent, and unacknowledged `PING` and `SETTINGS` frames are all
[all …]
Dperf_hooks.md597 of a `PING` frame and the reception of its acknowledgment. Only present if
598 a `PING` frame has been sent on the `Http2Session`.
/third_party/pcre2/pcre2/maint/Unicode.tables/
DScriptExtensions.txt326 A700..A707 ; Hani Latn # Sk [8] MODIFIER LETTER CHINESE TONE YIN PING..MODIFIER LETTER CHINESE…
/third_party/curl/docs/
DKNOWN_BUGS581 If the server sends HTTP/2 frames (like for example an HTTP/2 PING frame) to
/third_party/node/deps/undici/
Dundici.js11365 PING: 9, property
12034 …} else if ((this.#info.opcode === opcodes.PING || this.#info.opcode === opcodes.PONG || this.#info…
12061 } else if (this.#info.opcode === opcodes.PING) {

12