• Pieter Wuille's avatar
    Remove I2P support from netbase · 3f2ebf20
    Pieter Wuille authored
    I2P apparently needs 256 bits to store a fully routable address. Garlicat
    requires a centralized lookup service to map the 80-bit addresses to fully
    routable ones (as far as I understood), so that's not really usable in our
    situation.
    
    To support I2P routing and peer exchange for it, another solution is needed.
    This will most likely imply a network protocol change, and extension of the
    'addr' message.
    3f2ebf20
netbase.cpp 30.5 KB