You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
372 B
Python
15 lines
372 B
Python
neededPubkeys = {}
|
|
streamsInWhichIAmParticipating = {}
|
|
sendDataQueues = [] #each sendData thread puts its queue in this list.
|
|
|
|
# For UPnP
|
|
extPort = None
|
|
|
|
# for Tor hidden service
|
|
socksIP = None
|
|
|
|
# Network protocols last check failed
|
|
networkProtocolLastFailed = {'IPv4': 0, 'IPv6': 0, 'onion': 0}
|
|
|
|
appdata = '' #holds the location of the application data storage directory
|