freebsd-dev/sbin/ping6
Hiroki Sato 0ecaa7ed05 Fix a problem that reply packets are not received when -i T option is set
and (T < RTT).

- Use select(2) for timeout instead of interval timer. Remove poll(2) support.
- Use sigaction(2) instead of signal(3).
- Exit in SIGINT handler when two signals are received and doing reverse DNS
  lookup as ping(8) does.
- Remove redundant variables used for getaddrinfo(3).

PR:	151023
2014-09-20 19:54:19 +00:00
..
Makefile Fix a problem that reply packets are not received when -i T option is set 2014-09-20 19:54:19 +00:00
ping6.8 Remove EOL whitespace. 2013-05-08 21:04:19 +00:00
ping6.c Fix a problem that reply packets are not received when -i T option is set 2014-09-20 19:54:19 +00:00