poorconn.DelayBeforeSendingUponAcceptanceController

class poorconn.DelayBeforeSendingUponAcceptanceController(t, length)

Bases: object

Controller for delay_before_sending_upon_acceptance(). Objects are always created and returned by delay_before_sending_upon_acceptance() and should not be created outside the poorconn package.

Parameters
length

Same as length in delay_before_sending_upon_acceptance(). Updating it in the controller affects s in delay_before_sending_upon_acceptance().

t

Same as t in delay_before_sending_upon_acceptance(). Updating it in the controller affects s in delay_before_sending_upon_acceptance().