Audit changes

This commit is contained in:
jdl
2026-06-14 05:47:17 +02:00
parent c12ef3341f
commit 353ef07f92
2 changed files with 7 additions and 5 deletions

View File

@@ -27,6 +27,7 @@ type Peer struct {
EndpointV4 netip.AddrPort // Reported IPv4 endpoint.
EndpointV6 netip.AddrPort // Reported IPv6 endpoint.
EndpointLAN netip.AddrPort // Discovered via multicast.
EndpointWG netip.AddrPort // Current wireguard port.
RTT time.Duration // Round-trip time.
State PeerState // Current routing state; updated on each devXxx call.
Role control.Role // Role in relation to the local application.