Searched refs:keepAliveMsecs (Results 1 – 14 of 14) sorted by relevance
/third_party/node/deps/npm/node_modules/agentkeepalive/lib/ |
D | _http_agent.js | 61 self.keepAliveMsecs = self.options.keepAliveMsecs || 1000; 108 socket.setKeepAlive(true, self.keepAliveMsecs);
|
/third_party/node/lib/ |
D | _http_agent.js | 93 this.keepAliveMsecs = this.options.keepAliveMsecs || 1000; 463 socket.setKeepAlive(true, this.keepAliveMsecs);
|
/third_party/node/test/parallel/ |
D | test-http-agent-maxsockets-respected.js | 15 keepAliveMsecs: 1000, property
|
D | test-http-agent-maxsockets.js | 9 keepAliveMsecs: 1000, property
|
D | test-async-hooks-http-agent.js | 15 keepAliveMsecs: Infinity, property
|
D | test-async-hooks-http-agent-destroy.js | 25 keepAliveMsecs: Infinity, property
|
D | test-async-hooks-http-parser-destroy.js | 56 keepAliveMsecs: KEEP_ALIVE, property
|
D | test-http-agent-maxtotalsockets.js | 37 keepAliveMsecs: 1000, property
|
D | test-http-agent-keepalive.js | 32 keepAliveMsecs: 1000, property
|
/third_party/node/test/async-hooks/ |
D | test-http-agent-handle-reuse-parallel.js | 23 keepAliveMsecs: Infinity, property
|
D | test-http-agent-handle-reuse-serial.js | 22 keepAliveMsecs: Infinity, property
|
/third_party/node/deps/npm/node_modules/agentkeepalive/ |
D | History.md | 40 …palive/commit/138eda81e10b632aaa87bea0cb66d8667124c4e8)] - doc: fix `keepAliveMsecs` params descri…
|
D | README.md | 47 * `keepAliveMsecs` {Number} When using the keepAlive option, specifies the initial delay
|
/third_party/node/doc/api/ |
D | http.md | 138 * `keepAliveMsecs` {number} When using the `keepAlive` option, specifies 222 socket.setKeepAlive(true, this.keepAliveMsecs);
|