Expand description
LinkMedium trait — abstraction over link-layer differences for discovery.
UDP and Ethernet neighbor discovery share the same SWIM/hello/probe state
machine but differ in address types, face creation, and packet signing.
Implementing LinkMedium provides those customisation points while
HelloProtocol<T> supplies the
common logic.
Structs§
- Hello
Core - Shared (non-link-specific) fields used by
HelloProtocol<T>. - Hello
State - Mutable state shared by all
HelloProtocol<T>instances.
Constants§
Traits§
- Link
Medium - Abstraction over link-layer differences between discovery protocols.