62 $encoder->encodeUint32($this->recipientChannel);
63 $encoder->encodeUint32($this->senderChannel);
64 $encoder->encodeUint32($this->initialWindowSize);
65 $encoder->encodeUint32($this->maximumPacketSize);
72 $decoder->decodeUint32(),
73 $decoder->decodeUint32(),
74 $decoder->decodeUint32(),
75 $decoder->decodeUint32()
$maximumPacketSize
Maximum packet size.
static unserialize(\fpoirotte\Pssht\Wire\Decoder $decoder)
$senderChannel
Sender channel.
$initialWindowSize
Initial window size for the channel.
__construct($recipientChannel, $senderChannel, $initialWindowSize, $maximumPacketSize)
$recipientChannel
Recipient channel.
serialize(\fpoirotte\Pssht\Wire\Encoder $encoder)