mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 22:25:07 +03:00
Multicast passwords
This commit is contained in:
parent
45b773eade
commit
2a21241738
7 changed files with 62 additions and 39 deletions
|
@ -61,6 +61,7 @@ type MulticastInterfaceConfig struct {
|
|||
Listen bool
|
||||
Port uint16
|
||||
Priority uint64 // really uint8, but gobind won't export it
|
||||
Password string
|
||||
}
|
||||
|
||||
// Generates default configuration and returns a pointer to the resulting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue