mirror of
https://github.com/maride/afl-transmit.git
synced 2026-04-14 19:15:45 +00:00
Retry failed connection attempts, include peers in statistics, and transmit in a separate thread
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user