Version 0.4.6

This commit is contained in:
Neil Alexander 2022-10-26 18:25:48 +01:00
parent b8a2d9f125
commit 4c66a13b93
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
17 changed files with 174 additions and 115 deletions

View file

@ -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