7da6ea958f
It will now listen on an IPv6 socket if possible or fall back to IPv4 if that doesn't work. It will no longer filter out all IPv6 addresses and instead it will only filter out those that point to the local network. It looks like the DNS bootstrapping should just automatically work because getaddrinfo already returns IPv6 addresses from the AAAA record. In order to convert from the ASCII representation of IPv6 addresses and back we need inet_ntop and inet_pton. Python 2 doesn't currently provide these for Windows so instead this patch provides a hot patch to the socket module which wraps WSAStringToAddress and WSAAddressToString using ctypes. |
||
---|---|---|
.. | ||
bitmessageqt | ||
images | ||
pyelliptic | ||
socks | ||
translations | ||
addresses.py | ||
api_client.py | ||
api.py | ||
bitmessagemain.py | ||
build_osx.py | ||
class_addressGenerator.py | ||
class_objectHashHolder.py | ||
class_objectProcessor.py | ||
class_outgoingSynSender.py | ||
class_receiveDataThread.py | ||
class_sendDataThread.py | ||
class_singleCleaner.py | ||
class_singleListener.py | ||
class_singleWorker.py | ||
class_sqlThread.py | ||
debug.py | ||
defaultKnownNodes.py | ||
helper_bitcoin.py | ||
helper_bootstrap.py | ||
helper_generic.py | ||
helper_inbox.py | ||
helper_sent.py | ||
helper_sql.py | ||
helper_startup.py | ||
highlevelcrypto.py | ||
message_data_reader.py | ||
namecoin.py | ||
proofofwork.py | ||
qidenticon.py | ||
shared.py | ||
singleton.py | ||
tr.py |