Files
go-i2p/lib/config/bootstrap.go

7 lines
72 B
Go
Raw Normal View History

2016-01-28 10:16:26 -05:00
package config
type BootstrapConfig struct {
LowPeerThreshold int
}