Marten Seemann
|
13d0381768
|
fix flaky BackoffConnector test (#1353)
|
3 years ago |
Marten Seemann
|
f0db9cc407
|
release v0.18.0-rc6 (#1350)
|
3 years ago |
Marten Seemann
|
49d75d7b88
|
update mplex (#1348)
|
3 years ago |
vyzo
|
4c0e2b887c
|
Merge pull request #1341 from libp2p/release-v0.18.0-rc5
release v0.18.0-rc5
|
3 years ago |
vyzo
|
2d8f0a888f
|
bump version to v0.18.0-rc5
|
3 years ago |
vyzo
|
32d7977c6a
|
update go-libp2p-swarm and go-tcp-transport
|
3 years ago |
Marten Seemann
|
4b236dded4
|
update README (#1330)
|
3 years ago |
Marten Seemann
|
49479c7573
|
fix parsing of IP addresses for zeroconf initialization (#1338)
manet.DialArgs returns ip{4,6} for /dns addresses. The address returned in that
case is a domain name, not an IP address.
|
3 years ago |
Marten Seemann
|
ccdd17f046
|
fix flaky TestBackoffConnector test (#1328)
|
3 years ago |
vyzo
|
ddc3e2bc9d
|
Merge pull request #1327 from libp2p/release-v0180rc4
release v0.18.0-rc4
|
3 years ago |
Marten Seemann
|
ef7e061a51
|
release v0.18.0-rc4
|
3 years ago |
Marten Seemann
|
bbe6727112
|
update go-libp2p-yamux and go-libp2p-quic-transport (#1326)
|
3 years ago |
Marten Seemann
|
cfd528703e
|
fix (and speed up) flaky TestBackoffConnector test (#1316)
|
3 years ago |
Marten Seemann
|
11e3b9a879
|
increase the UDP receiver buffer size on CI (#1323)
|
3 years ago |
Marten Seemann
|
dd040e1ae2
|
fix flaky TestAutoRelay test (#1322)
|
3 years ago |
vyzo
|
392cf96642
|
Merge pull request #1318 from libp2p/fix/flaky-rcmgr-test
deflake resource manager tests, take 2
|
3 years ago |
Marten Seemann
|
807e6b079a
|
fix race condition causing TestAutoNATServiceDialError test failure (#1312)
|
3 years ago |
vyzo
|
55ec72124c
|
deflake resource manager tests, take 2
|
3 years ago |
Marten Seemann
|
cfbe41aa45
|
disable flaky relay example test on CI (#1219)
|
3 years ago |
vyzo
|
f2fa0b68ee
|
Merge pull request #1315 from libp2p/fix/flaky-rcmgr-test
fix flaky resource manager tests
|
3 years ago |
vyzo
|
edc86d982b
|
fix flaky resource manager tests
|
3 years ago |
vyzo
|
c681541243
|
Merge pull request #1309 from libp2p/fix/upgrader-nil-scope
update deps, fixing nil peer scope pointer issues in connection upgrading
|
3 years ago |
vyzo
|
de73bfed3a
|
bump version to v0.18.0-rc3
|
3 years ago |
vyzo
|
09de5ab5e0
|
update deps, fixing nil peer scope pointer issues in connection upgrading
|
3 years ago |
vyzo
|
0c7ce33081
|
Merge pull request #1306 from libp2p/release-v0.18.0-rc2
release v0.18.0-rc2
|
3 years ago |
vyzo
|
790845a909
|
release v0.18.0-rc2
|
3 years ago |
vyzo
|
0b5e1c266e
|
Merge pull request #1305 from libp2p/fix/identify-storm
add semaphore to control push/delta concurrency
|
3 years ago |
vyzo
|
ba33799402
|
add semaphore to control push/delta concurrency
This avoids stream storms that can clog the transient scope when we have a largish number of peers.
|
3 years ago |
vyzo
|
da6731150b
|
Merge pull request #1304 from libp2p/update-deps
update go-libp2p-swarm and go-libp2p-yamux
|
3 years ago |
vyzo
|
deb0f4f7e3
|
update go-libp2p-swarm and go-libp2p-yamux
|
3 years ago |
vyzo
|
f8d47bc9e7
|
Merge pull request #1303 from libp2p/deps/update-rcmgr
update go-libp2p-resource-manager
|
3 years ago |
vyzo
|
f267bdaeb5
|
update go-libp2p-resource-manager
|
3 years ago |
vyzo
|
6d5a5713fb
|
Merge pull request #1301 from libp2p/deps/update-yamux
update yamux to v3.0.2
|
3 years ago |
vyzo
|
392bb01d8a
|
update yamux to v3.0.2
|
3 years ago |
vyzo
|
a7333eaa8f
|
Merge pull request #1300 from libp2p/release-v0180-rc1
release v0.18.0-rc1
|
3 years ago |
Marten Seemann
|
31682d5236
|
release v0.18.0-rc1
|
3 years ago |
vyzo
|
228c629768
|
Merge pull request #1299 from libp2p/feat/default-connmgr
default connection manager
|
3 years ago |
Marten Seemann
|
7e3f22f241
|
Merge pull request #1296 from libp2p/rcmgr-itest
Basic resource manager integration tests
|
3 years ago |
vyzo
|
f9e4c5c8f5
|
slightly lower default connmgr limits
|
3 years ago |
vyzo
|
12402c7970
|
default connection manager
|
3 years ago |
vyzo
|
699fddea45
|
basic rcmgr integration tests
|
3 years ago |
vyzo
|
1d2937d761
|
integration test preliminaries
|
3 years ago |
Marten Seemann
|
15d7dfbf54
|
Merge pull request #1275 from libp2p/rcmgr
use the resource manager
|
3 years ago |
vyzo
|
33e8768d75
|
adjust circuit protocol limits to give some room for the client
|
3 years ago |
vyzo
|
3a508fb3ee
|
refactor default limit setting, also set protocol limits
|
3 years ago |
vyzo
|
1e3bfce266
|
decouple service from peer service limit setting for defaults
|
3 years ago |
vyzo
|
b9d7b8f27d
|
document default service limits
|
3 years ago |
vyzo
|
ee329020b8
|
adjust circuit svc peer limits
|
3 years ago |
vyzo
|
df2301ba95
|
use the resource manager in libp2p bundled services, initialize default one
|
3 years ago |
Marten Seemann
|
5f9c4075aa
|
add a ResourceManager option
|
3 years ago |