alessandromaggio / pythonping

A simple way to ping in Python
MIT License
198 stars 75 forks source link

add interval option #69

Closed deltronzero closed 3 years ago

deltronzero commented 3 years ago

adding an interval option. this matches linux ping and can be used to space out the pings instead of doing them all as quickly as possible

alessandromaggio commented 3 years ago

Nice. I think this is a slightly breaking change as we are putting the interval parameters before socket options, nonetheless I would not place it in a different position. To integrate in the next release.