MultiplexerConfig constructor
const
MultiplexerConfig({})
Implementation
const MultiplexerConfig({
this.maxStreams = 1000,
this.initialStreamWindowSize = 256 * 1024, // 256KB
this.maxStreamWindowSize = 16 * 1024 * 1024, // 16MB
this.streamReadTimeout = const Duration(seconds: 30),
this.streamWriteTimeout = const Duration(seconds: 30),
this.keepAliveInterval = const Duration(seconds: 30),
});