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

6 lines
70 B
Go
Raw Normal View History

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