• Marten Seemann's avatar
    remove incorrect call to InterceptAddrDial · f004a103
    Marten Seemann authored
    addConn is called both when we add a dialed and an accepted connection to the
    swarm. InterceptAddrDial is only supposed to intercept outgoing connections
    though. When dialing, we already call InterceptAddrDial when we compose the
    list of dialable addresses.
    f004a103
swarm_test.go 11.6 KB