usagi CHANGELOG.USAGI usagi/kernel/linux26/include/net neighbour.h usagi/kernel/linux26/include/linux sysctl.h usagi/kernel/linux26/net/core neighbour.c usagi/kernel/linux26/net/ipv4 arp.c devinet.c usagi/kernel/linux26/net/ipv6 addrconf.c ndisc.c
[email protected] Thu, 10 Feb 2005 14:35:01 +0900
| Newsgroups | gmane.linux.ipv6.usagi.cvs |
|---|---|
| Message-ID | <[email protected]> |
yoshfuji 2005/02/10 14:31:25 JST
Modified files:
. CHANGELOG.USAGI
kernel/linux26/include/net neighbour.h
kernel/linux26/include/linux sysctl.h
kernel/linux26/net/core neighbour.c
kernel/linux26/net/ipv4 arp.c devinet.c
kernel/linux26/net/ipv6 addrconf.c ndisc.c
Log:
* kernel/linux26/{include/linux/sysctl.h,include/net/neighbour.h,
net/core/neighbour.c,net/ipv4/{arp.c,devinet.c},net/ipv6/{addrconf.c,
ndisc.c}}:
- add retrans_time_ms and base_reachable_time_ms, which respectively
configures Retrans Time (interval between NSs) and Base Reachable Time
(mean value of Reachable Time) in milliseconds.
- both of them will notify protocol-dependent notifier.
Currently, IPv6 is the only user.
- base_reachable_time_ms recomputes Reachable Time.
Revision Changes Path
1.936 +10 -1 usagi/CHANGELOG.USAGI
1.21 +7 -1 usagi/kernel/linux26/include/net/neighbour.h
1.45 +6 -3 usagi/kernel/linux26/include/linux/sysctl.h
1.43 +97 -2 usagi/kernel/linux26/net/core/neighbour.c
1.21 +1 -1 usagi/kernel/linux26/net/ipv4/arp.c
1.20 +2 -2 usagi/kernel/linux26/net/ipv4/devinet.c
1.93 +5 -2 usagi/kernel/linux26/net/ipv6/addrconf.c
1.83 +20 -1 usagi/kernel/linux26/net/ipv6/ndisc.c