aboutsummaryrefslogtreecommitdiffstats
path: root/mtu.c
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-01-31 12:50:08 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-01-31 12:50:08 +0000
commitc9fe03878b1808e9c33e3f9b16964a142331253b (patch)
treed8ab10ddfac0de0f9f67e8eca4da84a22a1d2a77 /mtu.c
parent0392773d57e3fca5efade2298d641c22202d624a (diff)
downloadpingu-c9fe03878b1808e9c33e3f9b16964a142331253b.tar.bz2
pingu-c9fe03878b1808e9c33e3f9b16964a142331253b.tar.xz
pingu: cofigurable timeout/retry. default values. invert -d
- make timeout and retry configurable - possible to set default action, timeout and retry values - the -d option means "daemonize" rather than "debug mode".
Diffstat (limited to 'mtu.c')
-rw-r--r--mtu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mtu.c b/mtu.c
index 8e03c07..aa1c74b 100644
--- a/mtu.c
+++ b/mtu.c
@@ -223,7 +223,7 @@ int main(int argc, char **argv)
target = argv[optind];
- fd = icmp_open();
+ fd = icmp_open(1.0);
if (fd < 0)
exit(1);