aboutsummaryrefslogtreecommitdiff
path: root/ping.nim
Commit message (Collapse)AuthorAge
* ping: use current sender address at each requesteuxane2024-11-30
| | | | | The sending IP address can change after the start of the program. That's happening regularly with IPv6 SLAAC privacy extensions.
* ping: add hostname resolutioneuxane2024-11-24
|
* ping: add moduleeuxane2024-11-24