XmuxConfig constructor
const
XmuxConfig({
- XrayInt32Range? maxConcurrency,
- XrayInt32Range? maxConnections,
- XrayInt32Range? cMaxReuseTimes,
- XrayInt32Range? hMaxRequestTimes,
- XrayInt32Range? hMaxReusableSecs,
- int? hKeepAlivePeriod,
Implementation
const factory XmuxConfig({
XrayInt32Range? maxConcurrency,
XrayInt32Range? maxConnections,
XrayInt32Range? cMaxReuseTimes,
XrayInt32Range? hMaxRequestTimes,
XrayInt32Range? hMaxReusableSecs,
int? hKeepAlivePeriod,
}) = _XmuxConfig;