Searched defs:initialWindowSize (Results 1 – 8 of 8) sorted by relevance
12 const server = http2.createServer({ settings: { initialWindowSize: 6553500 } }); property24 { settings: { initialWindowSize: 6553500 } }); property
17 function run(buffers, initialWindowSize) { argument54 initialWindowSize field
67 const server = h2.createServer({ settings: { initialWindowSize: 18 } }); property
57 const server = h2.createServer({ settings: { initialWindowSize: 36 } }); property
17 'initialWindowSize': 1, property
54 initialWindowSize: 123456 property
100 initialWindowSize: 100, property
78 const tcu::Maybe<tcu::UVec2>& initialWindowSize) in NativeObjects()