Files
go-i2p/lib/config/bootstrap.go
2016-01-28 10:16:26 -05:00

7 lines
72 B
Go

package config
type BootstrapConfig struct {
LowPeerThreshold int
}