Searched defs:maxConcurrentStreams (Results 1 – 10 of 10) sorted by relevance
13 const server = http2.createServer({ settings: { maxConcurrentStreams: 1 } }); property
11 const server = h2.createServer({ settings: { maxConcurrentStreams: 1 } }); property
18 'maxConcurrentStreams': 1, property
44 maxConcurrentStreams: 2 property
102 maxConcurrentStreams: 200, property
35 maxConcurrentStreams: streams, property
30 maxConcurrentStreams: streams, property
33 maxConcurrentStreams: streams, property
32 maxConcurrentStreams: streams, property
670 uint32_t maxConcurrentStreams = in CanAddStream() local