Refactor - now wireguard based. (#7)
This commit is contained in:
9
peer/multicast/global.go
Normal file
9
peer/multicast/global.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package multicast
|
||||
|
||||
import "time"
|
||||
|
||||
const (
|
||||
errorTimeout = 16 * time.Second
|
||||
broadcastInterval = 16 * time.Second
|
||||
maxPacketAge = time.Minute
|
||||
)
|
||||
Reference in New Issue
Block a user