Minor bug fixes
This commit is contained in:
@@ -29,7 +29,7 @@ type Peer struct {
|
||||
EndpointLAN netip.AddrPort // Discovered via multicast.
|
||||
RTT time.Duration // Round-trip time.
|
||||
State PeerState // Current routing state; updated on each devXxx call.
|
||||
Role control.Role // Client initiates pings; server responds.
|
||||
Role control.Role // Role in relation to the local application.
|
||||
SignPubKey [32]byte // nacl/sign public key for verifying multicast beacons.
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user