ipld-eth-server/vendor/github.com/ipfs/go-ipfs-config/discovery.go
Elizabeth Engelman 36533f7c3f Update vendor directory and make necessary code changes
Fixes for new geth version
2019-09-25 16:32:27 -05:00

13 lines
149 B
Go

package config
type Discovery struct {
MDNS MDNS
}
type MDNS struct {
Enabled bool
// Time in seconds between discovery rounds
Interval int
}