Files
go-i2p/lib/config/bootstrap.go
2016-01-29 07:22:31 -05:00

6 lines
70 B
Go

package config
type BootstrapConfig struct {
LowPeerThreshold int
}