| Constructor and Description |
|---|
IcmpV6.RouterAdvertiseData(int hopLimit,
boolean managedAddrConfig,
boolean otherConfig,
int routerLifetime,
long reachableTime,
long retransTimer)
Create a new Router Advertisement data store.
|
| Modifier and Type | Method and Description |
|---|---|
int |
hopLimit()
Returns the default hop counter limit (for field in the IP header).
|
boolean |
managedAddrConfig()
Flag that is true if addresses are available via DHCP.
|
boolean |
otherConfig()
Flag that is true if other configuration information is available
via DHCPv6.
|
long |
reachableTime()
The time in milliseconds a node assumes its neighbor is reachable.
|
long |
retransTimer()
The time in milliseconds between retransmitted Neighbor Solicitation
messages.
|
int |
routerLifetime()
Default router lifetime in seconds.
|
String |
toString() |
public IcmpV6.RouterAdvertiseData(int hopLimit,
boolean managedAddrConfig,
boolean otherConfig,
int routerLifetime,
long reachableTime,
long retransTimer)
hopLimit - default hop counter field of IP headermanagedAddrConfig - addresses are available via DHCPotherConfig - other configuration info available via DHCPv6routerLifetime - default router lifetime in secondsreachableTime - milliseconds node assumes neighbor is reachableretransTimer - milliseconds between retransmitted solicitationspublic int hopLimit()
public boolean managedAddrConfig()
public boolean otherConfig()
public int routerLifetime()
public long reachableTime()
public long retransTimer()
Copyright © 2014. All Rights Reserved.