poorconn.DelayBeforeSendingController¶
-
class
poorconn.
DelayBeforeSendingController
(t, length)¶ Bases:
object
Controller for
delay_before_sending()
. Objects are always created and returned bydelay_before_sending()
and should not be created outside thepoorconn
package.- Parameters
t – Same as
t
indelay_before_sending()
.length – Same as
length
indelay_before_sending()
.
-
length
¶ Same as
length
indelay_before_sending()
. Updating it in the controller affectss
indelay_before_sending()
.
-
t
¶ Same as
t
indelay_before_sending()
. Updating it in the controller affectss
indelay_before_sending()
.