- 21 Feb, 2018 13 commits
- 16 Feb, 2018 3 commits
-
-
Steven Allen authored
Update go-detect-race to latest packaged version and location
-
Hector Sanjuan authored
License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai>
-
Hector Sanjuan authored
License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai>
-
- 14 Feb, 2018 2 commits
-
-
Whyrusleeping authored
Skip TestMdnsDiscovery
-
Łukasz Magiera authored
-
- 01 Feb, 2018 1 commit
-
-
Steven Allen authored
-
- 30 Jan, 2018 1 commit
-
-
Steven Allen authored
-
- 29 Jan, 2018 1 commit
-
-
Steven Allen authored
-
- 28 Jan, 2018 5 commits
-
-
Steven Allen authored
make the identify test less racy
-
Steven Allen authored
Added default muxer in case when none was provided.
-
Steven Allen authored
-
Steven Allen authored
mDNS discovery starts announcing right away
-
Steven Allen authored
-
- 27 Jan, 2018 3 commits
-
-
vyzo authored
add link to example implementation
-
Chris Dostert authored
-
Alexey Kholupko authored
Closes #256
-
- 20 Jan, 2018 8 commits
-
-
Steven Allen authored
-
Steven Allen authored
fix peerstore apocalypse redux
-
Steven Allen authored
-
Steven Allen authored
This way, we actually process disconnect notifications (and reduce the lifetime on peer addr records).
-
Steven Allen authored
This commit prevents us from repeatedly extending the lifetimes of all observed addresses if a peer keeps on reconnecting. It also fixes two race conditions: 1. We may end up processing a disconnect after a re-connect and may accidentally give the addresses associated with that peer a RecentlyConnectedAddrTTL instead of a ConnectedAddrTTL. 2. We may end up processing a connect after the associated disconnect storing the associated peer addresses indefinitely.
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
-
- 18 Jan, 2018 1 commit
-
-
Dmitry Shipenok authored
Should fix 'echo' example.
-
- 07 Jan, 2018 2 commits
-
-
Whyrusleeping authored
first hack at a nice libp2p constructor
-
Jeromy authored
-