Home
last modified time | relevance | path

Searched refs:PONG (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/npm/test/tap/
Dping.js51 t.match(stderr, /PONG/, 'pong response output')
/third_party/libuv/test/
Dtest-ping-pong.c38 static char PONG[] = "PONG\n"; variable
314 pinger->pong = PONG; in socketpair_pinger_new()
/third_party/libwebsockets/READMEs/
DREADME.lws_retry.md51 PONG protocol packets where the PONG is only returned for a received PING.
DREADME.test-apps.md284 them back to the client and they appear as a PONG. Use the
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-ping/
DREADME.md6 if it didn't get the PONG back within 10s.
/third_party/libsoup/libsoup/
Dsoup-websocket-connection.c96 PONG, enumerator
821 g_signal_emit (self, signals[PONG], 0, bytes); in receive_pong()
1723 signals[PONG] = g_signal_new ("pong", in soup_websocket_connection_class_init()
/third_party/libwebsockets/
Dchangelog226 - NEW: Connection validity tracking, autoproduce PING/PONG for protocols that