Start with the store code. Properly handle announcement requests.

Add core data functions: Data2Hash, GetData, GetDataLocal, GetDataDHT, StoreDataLocal, StoreDataDHT
This commit is contained in:
Kleissner
2021-04-10 16:00:43 +02:00
parent 96213d4ed9
commit ff9804bf6d
7 changed files with 151 additions and 24 deletions

View File

@@ -14,6 +14,7 @@ func Init() {
initBroadcastIPv4()
initNetwork()
initSeedList()
initStore()
}
// Connect starts bootstrapping and local peer discovery.