/third_party/libuv/test/ |
D | test-ping-pong.c | 37 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()
|
D | benchmark-ping-udp.c | 43 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()
|
D | benchmark-ping-pongs.c | 46 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/ |
D | npm-ping.md | 21 npm notice PING https://registry.npmjs.org/ 26 npm notice PING http://foo.com/
|
/third_party/curl/tests/data/ |
D | test2307 | 9 # Sends a PING with overlong payload 40 WebSockets, overlong PING payload
|
D | test2304 | 9 # Sends a PING + a 5 byte hello TEXT 66 # that is flaky since the outgoing PING just before might fail already
|
D | test2302 | 9 # Sends a PING + a 5 byte hello TEXT
|
/third_party/curl/docs/libcurl/ |
D | libcurl-ws.md | 77 # 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.
|
D | curl_easy_upkeep.md | 33 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/ |
D | README.lws_retry.md | 35 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
|
D | README.test-apps.md | 261 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
|
D | README.lws_sul.md | 84 eventually when suspend ends for another reason, the locally-initiated PING probes
|
/third_party/curl/docs/libcurl/opts/ |
D | CURLOPT_UPKEEP_INTERVAL_MS.md | 36 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/ |
D | README.md | 1 # 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/ |
D | receiver.js | 91 (this.#info.opcode === opcodes.PING || 137 } else if (this.#info.opcode === opcodes.PING) {
|
D | constants.js | 28 PING: 0x9, property
|
/third_party/skia/third_party/externals/microhttpd/ |
D | README | 110 - SPDY PING (used often by browsers)
|
/third_party/nghttp2/doc/ |
D | README.rst | 50 * Submits PING frame to the |session|.
|
D | programmers-guide.rst | 197 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/ |
D | spdy-draft.txt | 93 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/ |
D | http2.md | 286 * `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 …]
|
D | perf_hooks.md | 597 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/ |
D | ScriptExtensions.txt | 326 A700..A707 ; Hani Latn # Sk [8] MODIFIER LETTER CHINESE TONE YIN PING..MODIFIER LETTER CHINESE…
|
/third_party/curl/docs/ |
D | KNOWN_BUGS | 581 If the server sends HTTP/2 frames (like for example an HTTP/2 PING frame) to
|
/third_party/node/deps/undici/ |
D | undici.js | 11365 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) {
|