XmuxConfig constructor

const XmuxConfig({
  1. XrayInt32Range? maxConcurrency,
  2. XrayInt32Range? maxConnections,
  3. XrayInt32Range? cMaxReuseTimes,
  4. XrayInt32Range? hMaxRequestTimes,
  5. XrayInt32Range? hMaxReusableSecs,
  6. int? hKeepAlivePeriod,
})

Implementation

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