mirror of
https://github.com/go-i2p/go-i2p.git
synced 2025-07-04 21:55:18 -04:00
7 lines
72 B
Go
7 lines
72 B
Go
package config
|
|
|
|
|
|
type BootstrapConfig struct {
|
|
LowPeerThreshold int
|
|
}
|