Skip to content

Releases: uoysip/RstPing

v0.4.1

17 Apr 07:29
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

Features

  • Argument parsing
  • Support IPv4 and IPv6
  • Allow to set TTL as an argument
  • Support size of payload (in bytes) setting
  • Send ICMP echo requests in an infinite loop to the target while receiving echo reply message (have a periodic delay)
  • Report RTT time for each sent message
  • Support TTL (IPv4, IPv6)
  • Report the ICMP messages that are exceeding the time set by the TTL argument
  • Implement -s packet_size argument (specify number of data bytes sent)
  • Report Loss for each sent message
  • Implement -c count argument(stop after sending (and receiving) count ECHO_RESPONSE packets.)
  • Implement -i max_rtt argument (duration between sending packets)
  • Implement ping summary (for --count argument)
  • Changed crate name to rst-ping
  • Implement ping summary for SIGINT signal

v0.4.0

17 Apr 06:49
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Features

  • Argument parsing
  • Support IPv4 and IPv6
  • Allow to set TTL as an argument
  • Support size of payload (in bytes) setting
  • Send ICMP echo requests in an infinite loop to the target while receiving echo reply message (have a periodic delay)
  • Report RTT time for each sent message
  • Support TTL (IPv4, IPv6)
  • Report the ICMP messages that are exceeding the time set by the TTL argument
  • Implement -s packet_size argument (specify number of data bytes sent)
  • Report Loss for each sent message
  • Implement -c count argument(stop after sending (and receiving) count ECHO_RESPONSE packets.)
  • Implement -i max_rtt argument (duration between sending packets)
  • Implement ping summary (for --count argument)
  • Implement ping summary for SIGINT signal

v0.3.0

17 Apr 05:57
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Features

  • Argument parsing
  • Support IPv4 and IPv6
  • Allow to set TTL as an argument
  • Support size of payload (in bytes) setting
  • Send ICMP echo requests in an infinite loop to the target while receiving echo reply message (have a periodic delay)
  • Report RTT time for each sent message
  • Support TTL (IPv4, IPv6)
  • Report the ICMP messages that are exceeding the time set by the TTL argument
  • Implement -s packet_size argument (specify number of data bytes sent)
  • Report Loss for each sent message
  • Implement -c count argument(stop after sending (and receiving) count ECHO_RESPONSE packets.)
  • Implement -i max_rtt argument (duration between sending packets)
  • Implement ping summary