pybitmessage.network.invthread module

Thread to send inv annoucements

handleExpiredDandelion(expired)[source]

For expired dandelion objects, mark all remotes as not having the object

class InvThread(name=None)[source]

Bases: pybitmessage.network.threads.StoppableThread

Main thread that sends inv annoucements

name = 'InvBroadcaster'
static handleLocallyGenerated(stream, hashId)

Locally generated inventory items require special handling

run()

Method representing the thread’s activity.

You may override this method in a subclass. The standard run() method invokes the callable object passed to the object’s constructor as the target argument, if any, with sequential and keyword arguments taken from the args and kwargs arguments, respectively.