Merge branch 'develop' of https://github.com/yggdrasil-network/yggdrasil-go into yggdrasil-v0.4.6.1-develop

This commit is contained in:
vadym 2022-11-08 13:24:10 +02:00
commit 69d59458d8
6 changed files with 30 additions and 11 deletions

View file

@ -348,7 +348,7 @@ func run(args yggArgs, ctx context.Context) {
Beacon: intf.Beacon,
Listen: intf.Listen,
Port: intf.Port,
Priority: intf.Priority,
Priority: uint8(intf.Priority),
})
}
if n.multicast, err = multicast.New(n.core, logger, options...); err != nil {