Steven Allen
|
c580255d13
|
relay: drop design comments
These are issues for another day.
|
6 years ago |
Steven Allen
|
1d8efc31aa
|
doc: document relay options
|
6 years ago |
vyzo
|
45df977d57
|
bump relay record limit to 50
|
6 years ago |
Steven Allen
|
5b665643c7
|
relay: only stop advertising relay addresses if we fully disconnect
|
6 years ago |
Steven Allen
|
80ada8a7d6
|
relay: no more wrapping
We don't need the host wrappers, we can just replace the filter AddrsFactory.
Also, always filter out relay addresses.
|
6 years ago |
Steven Allen
|
28eb467dc4
|
Merge pull request #572 from libp2p/dep/update-transports
dep: update transports
|
6 years ago |
Steven Allen
|
e170c4a6bb
|
Merge pull request #571 from libp2p/readme-update
Link to docs & discuss in readme
|
6 years ago |
Steven Allen
|
2a8398b05f
|
dep: update transports
|
6 years ago |
vyzo
|
534a24105c
|
Merge pull request #570 from libp2p/feat/autorelay-timing
Reduce autorelay boot delay and correctly handle private->public transition
|
6 years ago |
vyzo
|
b33e731689
|
gomod: update go-libp2p-autonat
|
6 years ago |
Yusef Napora
|
5b0e2d3373
|
link to docs & discuss in readme
|
6 years ago |
vyzo
|
62531f9a10
|
reduce autorelay boot delay to 20s
|
6 years ago |
vyzo
|
bace7d4ceb
|
autorelay: correctly handle private->public transition
|
6 years ago |
vyzo
|
c3b5ece119
|
reduce autorelay discovery timeout to 30s
|
6 years ago |
vyzo
|
e2412502a6
|
reduce autorelay boot delay to 30s
|
6 years ago |
vyzo
|
a786afe7f7
|
Merge pull request #568 from libp2p/fix/verbose-nat-error
reduce nat error level
|
6 years ago |
Steven Allen
|
16a60f9751
|
reduce nat error level
|
6 years ago |
vyzo
|
9a5a437772
|
Merge pull request #563 from libp2p/fix/simplify-unspecific-relay
relay: simplify declaration of multiaddr var
|
6 years ago |
Lars Gierth
|
7741442478
|
relay: simplify declaration of multiaddr var
|
6 years ago |
Steven Allen
|
0e4b173287
|
Merge pull request #561 from lnykww/master
Fix UDP listen on a Unspecified Address and Dial from the Unspecified Address
|
6 years ago |
Raúl Kripalani
|
169e5c6451
|
Merge pull request #562 from andrew/ci-readme-badges
Remove jenkins column from package table
|
6 years ago |
Andrew Nesbitt
|
2b1f7dd23f
|
Remove jenkins column from package table
Also update travis-ci.org to travis-ci.com
|
6 years ago |
lnykww
|
5da711dc6c
|
Fix UDP listen on a Unspecified Address and Dial from the Unspecified Address
LocalMultiaddr May return the Unspecified Address, if so, we need to
check if we listen on the Unspecified address and they were equal.
|
6 years ago |
Raúl Kripalani
|
d42487d59b
|
remove Jenkinsfile.
|
6 years ago |
vyzo
|
165c59fe92
|
Merge pull request #557 from libp2p/gx/update
gx publish 6.0.41
|
6 years ago |
vyzo
|
e5e6e67c50
|
gx publish 6.0.41
|
6 years ago |
vyzo
|
2308ba3c00
|
Merge pull request #556 from libp2p/gomod/update
update go-smux-yamux dependency
|
6 years ago |
vyzo
|
eb20b61a6d
|
update go-smux-yamux
|
6 years ago |
Steven Allen
|
b1ba17c750
|
Merge pull request #555 from curiousleo/patch-1
Fix typos in p2p/net/README.md
|
6 years ago |
Leonhard Markert
|
2a7478131a
|
Fix typos in p2p/net/README.md
"Requet" -> "Request", "tls" -> "TLS"
|
6 years ago |
Steven Allen
|
abe3981df7
|
Merge pull request #549 from libp2p/feat/better-natmapping
better nat mapping
|
6 years ago |
Raúl Kripalani
|
82ac647330
|
readme: update usage instructions for gomod.
|
6 years ago |
Steven Allen
|
5c51323aa2
|
mock: increase tolerance for latency tests
These were exceeding their tolerances when run under the race detector on CI.
|
6 years ago |
Steven Allen
|
5b643cde2d
|
mock: reduce peer count in FuzzManyPeers when the race detector is enabled
|
6 years ago |
Steven Allen
|
e96aefc3b3
|
autorelay: disable consistantly failing auto-relay test
|
6 years ago |
Steven Allen
|
58f40b9d11
|
mocknet: fix data race
|
6 years ago |
Steven Allen
|
8c8f08e36f
|
natmgr: rename refresh to sync
|
6 years ago |
Steven Allen
|
3617750071
|
better nat mapping
1. Update to work with https://github.com/libp2p/go-libp2p-nat/pull/14.
2. Avoid observed addrs when our NAT tells us about external addrs.
3. Ignore bad addrs reported by our NAT. Substitute with observed addrs.
4. Fix https://github.com/libp2p/go-libp2p/issues/428.
|
6 years ago |
Steven Allen
|
df7e2af864
|
Merge pull request #551 from libp2p/mod/update-autonat
dep: update autonat
|
6 years ago |
Steven Allen
|
d0ce3e1bac
|
dep: update autonat
|
6 years ago |
vyzo
|
3cf9d1cb40
|
Merge pull request #550 from libp2p/gx/update
gx publish 6.0.40
|
6 years ago |
vyzo
|
9523eec478
|
gx publish 6.0.40
|
6 years ago |
Raúl Kripalani
|
9b81727f35
|
Merge pull request #545 from libp2p/gomod
add gomod support // tag v0.0.1.
|
6 years ago |
Raúl Kripalani
|
c4b498537c
|
add gomod support // tag v0.0.1.
|
6 years ago |
Steven Allen
|
c4577c7703
|
gx publish 6.0.39
|
6 years ago |
Hector Sanjuan
|
e2bb50b370
|
Merge pull request #543 from libp2p/gx/update-qtg73x
gx: update go-multiaddr
|
6 years ago |
Hector Sanjuan
|
e65ae1d2ea
|
gx publish 6.0.38
|
6 years ago |
Hector Sanjuan
|
8ba018c728
|
gx: update go-multiaddr
|
6 years ago |
Hector Sanjuan
|
8a352ac2b2
|
Merge pull request #542 from libp2p/gx/update-az3v0j
gx: update go-libp2p-peer
|
6 years ago |
Hector Sanjuan
|
6c69405fda
|
gx publish 6.0.37
|
6 years ago |