projects
/
project
/
odhcp6c.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63d69ee
)
Set default SOL_MAX_RT to 1h
author
Steven Barth
<steven@midlink.org>
Tue, 23 Apr 2013 06:20:26 +0000
(08:20 +0200)
committer
Steven Barth
<steven@midlink.org>
Tue, 23 Apr 2013 06:20:26 +0000
(08:20 +0200)
src/dhcpv6.c
patch
|
blob
|
history
diff --git
a/src/dhcpv6.c
b/src/dhcpv6.c
index fe06ea3af0a073c13896659e546a1c23df746a82..df73c86b8b0dd6bfa405681d01993f8735dd86b0 100644
(file)
--- a/
src/dhcpv6.c
+++ b/
src/dhcpv6.c
@@
-60,7
+60,7
@@
static int dhcpv6_commit_advert(void);
static struct dhcpv6_retx dhcpv6_retx[_DHCPV6_MSG_MAX] = {
[DHCPV6_MSG_UNKNOWN] = {false, 1, 120, "<POLL>",
dhcpv6_handle_reconfigure, NULL},
- [DHCPV6_MSG_SOLICIT] = {true, 1,
72
00, "SOLICIT",
+ [DHCPV6_MSG_SOLICIT] = {true, 1,
36
00, "SOLICIT",
dhcpv6_handle_advert, dhcpv6_commit_advert},
[DHCPV6_MSG_REQUEST] = {true, 30, 10, "REQUEST",
dhcpv6_handle_reply, NULL},