You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fping/src
Erik Auerswald a1509c1b4d fix off-by-one error in generator limit
This commit does not add tests that verify the exact limit,
because pinging 100000 localhost addresses takes over 15
minutes on my PC.  I have tested this fix manually.
4 months ago
..
.clang-format reformat 2 years ago
Makefile.am integrate optparse (https://github.com/skeeto/optparse) 8 years ago
fping.c fix off-by-one error in generator limit 4 months ago
fping.h use int64_t instead of struct timespec everywhere 4 years ago
maketags.sh reformat 8 years ago
options.h -i/-p restrictions only enforced with ./configure --enable-safe-limits, change -i default from 25 to 10 8 years ago
optparse.c Handling optparse long option 5 months ago
optparse.h Handling optparse long option 5 months ago
seqmap.c Check if the variable next_value->ping_ts != 0 in seqmap_add() 7 months ago
seqmap.h use int64_t instead of struct timespec everywhere 4 years ago
socket4.c only use getsockname() for identity with SOCK_DGRAM sockets 4 years ago
socket6.c typo fixes pertaining to ICMP for IPv6 sockets 9 months ago