GBNReceiver

goBackN. GBNReceiver

A class that represents a go-back-n receiver.

Constructor

new GBNReceiver(options)

Creates a new GBNReceiver instance.

Parameters:
Name Type Description
options Object

The constructor options.

Properties
Name Type Description
channel Channel

The channel through which to send the acknowledgments.

windowSize number

The size of the window used by the sender.

Source:

Extends

  • AbstractSequentialReceiver