1. 03 Mar, 2016 1 commit
  2. 04 Jan, 2016 1 commit
  3. 07 Dec, 2015 1 commit
    • Jeromy's avatar
      WIP · d91b419e
      Jeromy authored
      d91b419e
  4. 19 Nov, 2015 1 commit
  5. 16 Nov, 2015 1 commit
  6. 15 Nov, 2015 1 commit
  7. 12 Nov, 2015 1 commit
  8. 30 Sep, 2015 2 commits
  9. 08 Jun, 2015 1 commit
    • Juan Batiz-Benet's avatar
      p2p/net/identify: clump addr observers into groups · f5a9795d
      Juan Batiz-Benet authored
      Different mutliaddrs is not enough. Nodes may share transports.
      NAT port mappings will likely only work on the base IP/TCP port
      pair. We go one step further, and require different root (IP)
      addrs. Just in case some NATs group by IP. In practice, this is
      what we want: use addresses only if hosts that are on different
      parts of the network have seen this address.
      f5a9795d
  10. 07 Jun, 2015 1 commit
    • Juan Batiz-Benet's avatar
      p2p/protocol/identify: dont double count observers · c754f210
      Juan Batiz-Benet authored
      If the same peer observed the same address twice, it would be
      double counted as different observations. This change adds a map
      to make sure we're counting each observer once.
      
      This is easily extended to require more than two observations,
      but i have not yet encountered NATs for whom this is relevant.
      c754f210
  11. 31 Mar, 2015 1 commit
  12. 05 Feb, 2015 1 commit