poorconn.DelayBeforeSendingController

class poorconn.DelayBeforeSendingController(t, length)

Bases: object

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

Parameters
length

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

t

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