kubo/p2p
Juan Batiz-Benet 500bb51759 p2p/net/identify: clump addr observers into groups
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.
2015-06-07 17:00:56 -07:00
..
crypto Replace 'var * bytes.Buffer' with '\1 := new(bytes.Buffer)' 2015-05-26 23:18:04 +07:00
discovery mdns: use my fork of hashicorp/mdns 2015-05-29 01:30:44 +02:00
host protocolEOF: demoted EOF to Debug, kept the else as Warning 2015-04-28 10:32:55 +02:00
nat Reorged imports from jbenet/go-ipfs to ipfs/go-ipfs 2015-03-31 12:52:25 -07:00
net move util.Key into its own package under blocks 2015-06-01 16:10:08 -07:00
peer move util.Key into its own package under blocks 2015-06-01 16:10:08 -07:00
protocol p2p/net/identify: clump addr observers into groups 2015-06-07 17:00:56 -07:00
test Swap all 'crypto/rand' rng in tests with 'math/rand' 2015-06-03 18:12:34 +07:00