Rethink channels, more error throwing

This commit is contained in:
Neil Alexander 2019-01-05 12:06:45 +00:00
parent 90366dd853
commit 6bbd8c1b30
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
3 changed files with 53 additions and 37 deletions

View file

@ -35,7 +35,7 @@ type Core struct {
multicast multicast
nodeinfo nodeinfo
tcp tcpInterface
awdl awdl
awdl awdl
log *log.Logger
ifceExpr []*regexp.Regexp // the zone of link-local IPv6 peers must match this
}