dannagle / PacketSender

Network utility for sending / receiving TCP, UDP, SSL, HTTP
https://packetsender.com
GNU General Public License v2.0
2.36k stars 367 forks source link

Repeating period and numbers of "resend" function #11

Closed elumspe closed 9 years ago

elumspe commented 9 years ago
  1. Increase the resending rates more than once per second would be beneficial for high volume packet testing.
  2. Add an option to define total # of repeat, it will be helpful for automated testing. For example, we can set "Resend every 1 sec", and then set "Resend 300 times". So PacketSender will send the packet once per second, and stop sending after 300 packets have been sent.
topiux commented 9 years ago

These two enhancements are mentioned in issue #10

dannagle commented 9 years ago

Support for request 1 was just pushed to the master branch. The next version of Packet Sender will support 1 decimal place (100 milliseconds).

dannagle commented 9 years ago

Added "Cancel resending after X packets". It is a global setting. Currently available in the development branch.

dannagle commented 9 years ago

Cancel after resend now in master branch. Also fixed a bug related to 0.X resend timing.