mirror of
https://github.com/PeernetOfficial/core.git
synced 2026-07-17 02:47:51 +01:00
Kademlia: Initial bucket refresh implementation. This might be improved down the road.
This commit is contained in:
@@ -20,8 +20,10 @@ func Init() {
|
||||
|
||||
// Connect starts bootstrapping and local peer discovery.
|
||||
func Connect() {
|
||||
go bootstrapKademlia()
|
||||
go bootstrap()
|
||||
go autoMulticastBroadcast()
|
||||
go autoPingAll()
|
||||
go networkChangeMonitor()
|
||||
go autoBucketRefresh()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user