1. 16 Nov, 2015 1 commit
  2. 15 Nov, 2015 1 commit
  3. 12 Nov, 2015 1 commit
  4. 30 Sep, 2015 2 commits
  5. 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
  6. 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
  7. 31 Mar, 2015 1 commit
  8. 05 Feb, 2015 1 commit