for bounty in packet[1]:
                    if bounty.isValid():
                        from multiprocessing.pool import ThreadPool
                        ThreadPool().map(propagate, [(bounty, x) for x in peerlist[:]])