Retry failed connection attempts, include peers in statistics, and transmit in a separate thread

This commit is contained in:
2021-04-26 12:22:11 +02:00
parent c7dff7c496
commit 0b18b19fe5
4 changed files with 62 additions and 13 deletions

View File

@@ -34,7 +34,7 @@ func WatchFuzzers(outputDirectory string) {
}
// and send it to our peers
net.SendToPeers(packedFuzzers)
go net.SendToPeers(packedFuzzers)
// Sleep a bit
time.Sleep(time.Duration(rescan) * time.Minute)