KCPConfig constructor
const
KCPConfig({})
Implementation
const factory KCPConfig({
int? mtu,
int? tti,
@JsonKey(name: 'uplinkCapacity') int? upCap,
@JsonKey(name: 'downlinkCapacity') int? downCap,
int? cwndMultiplier,
int? maxSendingWindow,
Map<String, dynamic>? header,
String? seed,
}) = _KCPConfig;