- 04 Nov, 2018 21 commits
- 03 Nov, 2018 2 commits
-
-
Steven Allen authored
-
Steven Allen authored
-
- 02 Nov, 2018 1 commit
-
-
Steven Allen authored
-
- 24 Oct, 2018 14 commits
-
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
*really* fix the race in mock
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
fix a data-race in the mock net
-
Steven Allen authored
This was causing https://github.com/ipfs/go-ipfs/pull/5637#issuecomment-432792969
-
Steven Allen authored
-
Steven Allen authored
switch to DisablePing instead of PingCustom
-
Steven Allen authored
fix buggy addr equal in test
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
don't disconnect on protocol version mismatch
-
Steven Allen authored
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.
-
- 23 Oct, 2018 1 commit
-
-
vyzo authored
Add ping service in basic host and libp2p constructor option (enabled by default)
-
- 19 Oct, 2018 1 commit
-
-
vyzo authored
-