Crate fidl_fuchsia_net_neighbor
source ·Structs
A Stream of incoming requests for Controller
Information on a neighboring device in the local network.
A Stream of incoming requests for EntryIterator
Configuration options related to the operation of Neighbor Unreachability
Detection (NUD), as defined by RFC 4861 section 7.3.
A Stream of incoming requests for View
Enums
Modify the neighbor table and related interface configuration.
Returns entries and events from the neighbor table. Clients can open an
iterator using the [
fuchsia.net.neighbor/View.EntryIterator
] method.Inspect the neighbor table and related interface configuration.
Constants
Default value for [
UnreachabilityConfig.base_reachable_time
] as
recommended by RFC 4861 section 10.Default value for [
UnreachabilityConfig.delay_first_probe_time
] as
recommended by RFC
4861 section 10.Default value for [
UnreachabilityConfig.max_anycast_delay_time
] as
recommended by RFC 4861 section 10.Default value for [
UnreachabilityConfig.max_multicast_probes
] as
recommended by RFC 4861 section 10.Default value for [
UnreachabilityConfig.max_random_factor
] as recommended
by RFC 4861 section 10.Default value for [
UnreachabilityConfig.max_reachability_confirmations
] as
recommended by RFC 4861 section 10.Default value for [
UnreachabilityConfig.max_unicast_probes
] as
recommended by RFC 4861 section 10.Default value for [
UnreachabilityConfig.min_random_factor
] as recommended
by RFC 4861 section 10.Default value for [
UnreachabilityConfig.retransmit_timer
] as recommended
by RFC 4861 section 10.The maximum number of
EntryIteratorItem
returned in a
[EntryIterator.GetNext
] response.