pybitmessage.network.constants module

Network protocol constants

ADDRESS_ALIVE = 10800[source]

address is online if online less than this many seconds ago

MAX_ADDR_COUNT = 1000[source]

protocol specification says max 1000 addresses in one addr command

MAX_MESSAGE_SIZE = 1600100[source]

~1.6 MB which is the maximum possible size of an inv message.

MAX_OBJECT_PAYLOAD_SIZE = 262144[source]

2**18 = 256kB is the maximum size of an object payload

MAX_OBJECT_COUNT = 50000[source]

protocol specification says max 50000 objects in one inv command

MAX_TIME_OFFSET = 3600[source]

maximum time offset