Grants the peer credit more bytes of send window (transfer flow control).
credit
@override void grantWindow(int credit) => _channel.sendControl( ChannelWindow(channel: _channel.id, stream: 'stdout', credit: credit), );