1. 31 Jan, 2015 2 commits
    • Juan Batiz-Benet's avatar
      dht: removing addrs sanity check · d0432f9e
      Juan Batiz-Benet authored
      About to allow dht to start without local addresses. this is
      so that we can initialize the dht and sign it up to listen
      on the muxer, before our node starts accepting incoming connections.
      otherwise, we lose some (we're observing this happening already).
      
      I looked through the dht's use of the peerstore, and the check here
      doesnt seem to be as important as the panic implies. I believe the
      panic was used for debugging weird "dont have any address" conditions
      we had earlier.
      d0432f9e
    • Juan Batiz-Benet's avatar
      p2p/net: notify on listens · 98f2b077
      Juan Batiz-Benet authored
      Network now signals when it successfully listens on some address
      or when an address shuts down. This will be used to establish and
      close nat port mappings. It could also be used to notify peers
      of address changes.
      98f2b077
  2. 30 Jan, 2015 25 commits
  3. 29 Jan, 2015 13 commits