mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 06:35:07 +03:00
Version 0.4.6
This commit is contained in:
parent
b8a2d9f125
commit
4c66a13b93
17 changed files with 174 additions and 115 deletions
|
@ -16,10 +16,11 @@ type SetupOption interface {
|
|||
}
|
||||
|
||||
type MulticastInterface struct {
|
||||
Regex *regexp.Regexp
|
||||
Beacon bool
|
||||
Listen bool
|
||||
Port uint16
|
||||
Regex *regexp.Regexp
|
||||
Beacon bool
|
||||
Listen bool
|
||||
Port uint16
|
||||
Priority uint8
|
||||
}
|
||||
|
||||
type GroupAddress string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue