UDXStream constructor
UDXStream(})
Creates a new UDX stream
Implementation
UDXStream(
this.udx,
this.id, {
this.streamType = StreamType.bidirectional,
this.framed = false,
this.initialSeq = 0,
this.firewall,
int? initialCwnd,
this.isInitiator = false,
});