4
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-06-17 12:56:07 +00:00

Fix #975 by not exporting uint8

This commit is contained in:
Neil Alexander
2022-11-01 17:42:52 +00:00
parent ee33bd248f
commit 590d83aa9c
5 changed files with 8 additions and 9 deletions

View File

@ -44,7 +44,7 @@ type MulticastInterfaceConfig struct {
Beacon bool
Listen bool
Port uint16
Priority uint8
Priority uint64 // really uint8, but gobind won't export it
}
// NewSigningKeys replaces the signing keypair in the NodeConfig with a new