- 05 Apr, 2021 1 commit
-
-
Adin Schmahmann authored
findpeer should work even on peers that are not part of DHT queries
-
- 01 Apr, 2021 3 commits
-
-
Adin Schmahmann authored
When performing queries query the next peer if it happens to match the target even if it would normally be excluded by the queryfilter. This is meant for fixing FindPeer, but for ease of implementation is applying more broadly to queries like GetClosestPeers as well.
-
Adin Schmahmann authored
-
Adin Schmahmann authored
test: add test for findpeer query on node that does not qualify to be dialed as part of the query under the queryfilter
-
- 04 Jan, 2021 16 commits
-
-
Adin Schmahmann authored
Extract DHT message sender from the DHT
-
Adin Schmahmann authored
dht.msgSender
-
Adin Schmahmann authored
-
Adin Schmahmann authored
-
Adin Schmahmann authored
refactor: rename messageSender to peerMessageSender and added comments to clarify what peerMessageSender and messageManager do
-
Adin Schmahmann authored
-
Adin Schmahmann authored
-
Adin Schmahmann authored
-
Adin Schmahmann authored
-
Adin Schmahmann authored
-
Adin Schmahmann authored
-
Adin Schmahmann authored
-
Adin Schmahmann authored
-
Adin Schmahmann authored
-
Adin Schmahmann authored
-
Adin Schmahmann authored
refactor: extract messaging components from IpfsDHT into its own struct. create a new struct that manages sending DHT messages that can be used independently from the DHT.
-
- 09 Dec, 2020 1 commit
-
-
Adin Schmahmann authored
Fix constructor ordering
-
- 02 Dec, 2020 3 commits
-
-
Adin Schmahmann authored
reorder startup events so that everything but the refresh manager starts before we add already connected peers to our routing table
-
Adin Schmahmann authored
-
Adin Schmahmann authored
-
- 12 Nov, 2020 2 commits
-
-
Steven Allen authored
feat: update to go-libp2p-core 0.7.0
-
Steven Allen authored
Update for stream interface changes. See https://github.com/libp2p/go-libp2p-core/releases/tag/v0.7.0 for details.
-
- 20 Oct, 2020 1 commit
-
-
Adin Schmahmann authored
Run fixLowPeers on startup
-
- 08 Oct, 2020 1 commit
-
-
Sam authored
-
- 17 Sep, 2020 2 commits
- 02 Sep, 2020 2 commits
-
-
Adin Schmahmann authored
-
Adin Schmahmann authored
-
- 26 Aug, 2020 3 commits
-
-
Adin Schmahmann authored
chore: update deps
-
Adin Schmahmann authored
-
Adin Schmahmann authored
-
- 25 Aug, 2020 1 commit
-
-
Adin Schmahmann authored
allow overwriting builtin dual DHT options
-
- 21 Aug, 2020 1 commit
-
-
Adin Schmahmann authored
-
- 20 Aug, 2020 1 commit
-
-
Petar Maymounkov authored
-
- 18 Aug, 2020 1 commit
-
-
Adin Schmahmann authored
Hardening Improvements: RT diversity and decreased RT churn
-
- 17 Aug, 2020 1 commit
-
-
Adin Schmahmann authored
testing: add test-specific option to force processing of Host address changes even when AutoRefresh is disabled
-