mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 22:55:06 +03:00
Merge branch 'develop' of https://github.com/yggdrasil-network/yggdrasil-go into yggdrasil-v0.4.6.1-develop
This commit is contained in:
commit
69d59458d8
6 changed files with 30 additions and 11 deletions
|
@ -47,7 +47,7 @@ type MulticastInterfaceConfig struct {
|
|||
Beacon bool
|
||||
Listen bool
|
||||
Port uint16
|
||||
Priority uint8
|
||||
Priority uint64 // really uint8, but gobind won't export it
|
||||
}
|
||||
|
||||
type NetworkDomainConfig struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue