vyzo
84400e22f2
fix typo
6 years ago
vyzo
4f90393629
add a comment
6 years ago
vyzo
67aba4d501
move relay selection strategy out of line
6 years ago
vyzo
cc2dd22028
make randezvous key a constant
6 years ago
vyzo
2993fd9a68
add autorelay documentation
6 years ago
vyzo
a7e1bf0f15
call the routing interface BasicRouting, alias to top level type
6 years ago
vyzo
89aef893e6
don't adveretise unspecific relay addrs in RelayHost
6 years ago
vyzo
dcb8fd2813
fix inverted address selection logic in test
6 years ago
vyzo
ee69383c2c
extend autorelay test to verify connectivity
6 years ago
vyzo
b62c83bd5c
better limit adjustment for relay discovery
6 years ago
vyzo
8faf5403c5
fix typo
6 years ago
vyzo
8d108dddcb
import go-libp2p-discovery and go-libp2p-autonat
6 years ago
vyzo
f6c38c9d91
filter unspecific relay address
6 years ago
vyzo
c6d1eebf15
autorelay test
6 years ago
vyzo
7fabe39290
parallel identify push
6 years ago
vyzo
477c19aac1
reduce boot delay to 60s
6 years ago
vyzo
0ff7393349
fix announced relay address
6 years ago
vyzo
6bdfcac0b4
use AllAddrs as the address factory in autonat
6 years ago
vyzo
d24fe6ae91
update libp2p.New constructor to construct relayed/routed hosts
6 years ago
vyzo
5c623f269f
name the autorelay logger as such
6 years ago
vyzo
9795a01ba3
configurable boot delay for autorelay
6 years ago
vyzo
a5858912d6
autorelay hosts
6 years ago
vyzo
a89e74a155
basic host: export AddrsFactory, provide method to push identify
6 years ago
vyzo
4ea04c23b3
identify: implement identify push protocol
6 years ago
Steven Allen
2b6c3a228e
gx publish 6.0.26
6 years ago
Steven Allen
43636e4e28
gx publish 6.0.25
6 years ago
Steven Allen
5904fabec1
gx publish 6.0.24
6 years ago
Steven Allen
9356373d00
gx publish 6.0.23
6 years ago
Steven Allen
f6dce9ab90
gx publish 6.0.22
6 years ago
Steven Allen
91514ce02b
Merge pull request #465 from libp2p/fix/mock-race-really
*really* fix the race in mock
6 years ago
Steven Allen
80c5998236
*really* fix the race in mock
6 years ago
Steven Allen
8af9bc6228
gx publish 6.0.21
6 years ago
Steven Allen
1e38b9ef15
Merge pull request #464 from libp2p/fix/mock-race
fix a data-race in the mock net
6 years ago
Steven Allen
841a6272c6
fix a data-race in the mock net
This was causing https://github.com/ipfs/go-ipfs/pull/5637#issuecomment-432792969
6 years ago
Steven Allen
f046774e0a
gx publish 6.0.20
6 years ago
Steven Allen
6a74328ec5
Merge pull request #462 from libp2p/fix/no-custom-field
switch to DisablePing instead of PingCustom
6 years ago
Steven Allen
30e4db2415
Merge pull request #463 from libp2p/fix/basic-host-test
fix buggy addr equal in test
6 years ago
Steven Allen
63256192d7
fix buggy addr equal in test
6 years ago
Steven Allen
d59ca83d48
switch to DisablePing instead of PingCustom
6 years ago
Steven Allen
7eaeeaa9fe
Merge pull request #461 from libp2p/fix/remove-protocol-version-check
don't disconnect on protocol version mismatch
6 years ago
Steven Allen
dd7868a1a7
don't disconnect on protocol version mismatch
Sending a protocol version is nice. However, this "disconnect if our versions
are different" logic makes the version entirely useless (because we can't change
it).
Really, each indevidual protocol is versioned so let's just leave it at that. If
we make a breaking change that requires a protocol bump, we can do that and
then switch on the other side's version. However, we'll have to wait for the
entire network to upgrade for that to work.
6 years ago
vyzo
ddd5604b14
Merge pull request #458 from libp2p/feat/ping
Add ping service in basic host and libp2p constructor option (enabled by default)
6 years ago
vyzo
48e0effd6a
resolve import cycle in ping test
6 years ago
vyzo
1056fa8119
Ping constructor option, enabled by default
6 years ago
vyzo
0fa1c25479
ping service in basic host
6 years ago
vyzo
a768598c50
free standing Ping function
6 years ago
vyzo
4dc78663d6
Merge pull request #457 from libp2p/fix/pubsub-link
package-list: fix pubsub link
6 years ago
Steven Allen
9592a3eab6
package-list: fix pubsub link
(for rename)
6 years ago
Raúl Kripalani
11bd3221ba
Merge pull request #456 from libp2p/feat/update-package-list
update package list for discovery and autonat
6 years ago
vyzo
55f24aa3fc
shuffle packages to better spots
6 years ago