Closed KINGSABRI closed 7 years ago
I may add recalc
option to #to_w
, but its default value will be false
to keep compatibility.
About number of packet : OK, but we need the number of packet to send and an interval between them (with a default value for the latter)
I may add recalc option to #to_w, but its default value will be false to keep compatibility.
Agreed, that's a good solution
About number of packet : OK, but we need the number of packet to send and an interval between them (with a default value for the latter)
defaults: number of packet: 1, interval: 0
Hello there, the title says it all Why do we need to call
recalc
manually? we can make it called by default or add it as an option toto_w
in case someone want to send it without calculation(no idea when someone needs that) to be something likeAlso, I hope we can add number of packets to be sent