]> git.decadent.org.uk Git - odhcp6c.git/commitdiff
Set default for min-update-interval to 30
authorSteven Barth <steven@midlink.org>
Wed, 5 Mar 2014 08:06:29 +0000 (09:06 +0100)
committerSteven Barth <steven@midlink.org>
Wed, 5 Mar 2014 08:06:29 +0000 (09:06 +0100)
src/odhcp6c.c
src/odhcp6c.h

index 798598ff3965c089a332e1c5900d01b675e0a850..3c6b3b05abd8db9eaeedb92dcf270dee90d8625b 100644 (file)
@@ -453,7 +453,7 @@ static int usage(void)
        "       -f              Don't send Client FQDN option\n"
        "       -k              Don't send a RELEASE when stopping\n"
        "       -t <seconds>    Maximum timeout for DHCPv6-SOLICIT (3600)\n"
        "       -f              Don't send Client FQDN option\n"
        "       -k              Don't send a RELEASE when stopping\n"
        "       -t <seconds>    Maximum timeout for DHCPv6-SOLICIT (3600)\n"
-       "       -m <seconds>    Minimum time between accepting updates (60)\n"
+       "       -m <seconds>    Minimum time between accepting updates (30)\n"
        "\nInvocation options:\n"
        "       -p <pidfile>    Set pidfile (/var/run/odhcp6c.pid)\n"
        "       -d              Daemonize\n"
        "\nInvocation options:\n"
        "       -p <pidfile>    Set pidfile (/var/run/odhcp6c.pid)\n"
        "       -d              Daemonize\n"
index 285f6b10d2e1d3da5d6644fdc69f02bfcde89f33..f9a3fec553f137bb579c41b64acd465a6b72b6d1 100644 (file)
@@ -31,7 +31,7 @@
 #define DHCPV6_REB_MAX_RT 600
 #define DHCPV6_INF_MAX_RT 3600
 
 #define DHCPV6_REB_MAX_RT 600
 #define DHCPV6_INF_MAX_RT 3600
 
-#define DEFAULT_MIN_UPDATE_INTERVAL 60
+#define DEFAULT_MIN_UPDATE_INTERVAL 30
 
 enum dhcvp6_opt {
        DHCPV6_OPT_CLIENTID = 1,
 
 enum dhcvp6_opt {
        DHCPV6_OPT_CLIENTID = 1,