projects
/
oweals
/
odhcp6c.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39c6f57
)
Set SOL_MAX_RT to 7200 according to RFC 6204 bis
author
Steven Barth
<steven@midlink.org>
Sun, 21 Apr 2013 17:58:24 +0000
(19:58 +0200)
committer
Steven Barth
<steven@midlink.org>
Sun, 21 Apr 2013 17:58:24 +0000
(19:58 +0200)
src/dhcpv6.c
patch
|
blob
|
history
diff --git
a/src/dhcpv6.c
b/src/dhcpv6.c
index 86f24e070bf9d5c6d4ecc66a4e2c1c12380c3d71..6a38e8536f5a9232b261ca71fea2b543db95dab8 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,
12
0, "SOLICIT",
+ [DHCPV6_MSG_SOLICIT] = {true, 1,
720
0, "SOLICIT",
dhcpv6_handle_advert, dhcpv6_commit_advert},
[DHCPV6_MSG_REQUEST] = {true, 30, 10, "REQUEST",
dhcpv6_handle_reply, NULL},