Searched refs:maxSessionInvalidFrames (Results 1 – 8 of 8) sorted by relevance
14 const maxSessionInvalidFrames = 100; constant15 const server = http2.createServer({ maxSessionInvalidFrames }); field83 assert.ok(Math.abs(reqCount - maxSessionInvalidFrames) < 100,85 ` maxSessionInvalidFrames option (${maxSessionInvalidFrames})`);
19 for (const maxSessionInvalidFrames of [0, 2]) {21 maxSessionInvalidFrames field27 if (maxSessionInvalidFrames) {
39 maxSessionInvalidFrames: [ property
16 const server = http2.createServer({ maxSessionInvalidFrames: 100 }); property
1058 if (isUint32(options.maxSessionInvalidFrames)) {1061 uint32[0] = options.maxSessionInvalidFrames;3100 if (options.maxSessionInvalidFrames !== undefined)3101 validateUint32(options.maxSessionInvalidFrames, 'maxSessionInvalidFrames');
2395 description: Added `maxSessionInvalidFrames` option with a default of 1000.2463 * `maxSessionInvalidFrames` {integer} Sets the maximum number of invalid2552 description: Added `maxSessionInvalidFrames` option with a default of 1000.2617 * `maxSessionInvalidFrames` {integer} Sets the maximum number of invalid
1725 as specified through the `maxSessionInvalidFrames` option, has been exceeded.