Marten Seemann
|
5155c77027
|
Merge pull request #1269 from libp2p/reservation-required
require the expiration field of the circuit v2 Reservation protobuf
|
3 years ago |
Marten Seemann
|
9bb973c330
|
Merge pull request #1268 from libp2p/reconnect-on-quic
run reconnect test using QUIC
|
3 years ago |
Marten Seemann
|
fcf0d4267b
|
require the expiration field of the circuit v2 Reservation protobuf
|
3 years ago |
Marten Seemann
|
e014b9698c
|
Merge pull request #1266 from libp2p/remove-goprocess
remove goprocess from the mock package
|
3 years ago |
Marten Seemann
|
c17d3978e6
|
run reconnect test using QUIC
TCP RST handling is flaky on OSX, see https://github.com/golang/go/issues/50254.
We can avoid this test from randomly failing by using QUIC instead.
|
3 years ago |
Marten Seemann
|
e7ea19f358
|
remove goprocess from mock conn and link
|
3 years ago |
Marten Seemann
|
47a6225cdb
|
remove goprocess from mock net and peernet
|
3 years ago |
Marten Seemann
|
bfee9f5935
|
release v0.17.0 (#1265)
|
3 years ago |
Marten Seemann
|
980033efd1
|
Merge pull request #1264 from libp2p/update-deps
chore: update deps
|
3 years ago |
Marten Seemann
|
2a15c304fa
|
chore: update deps
|
3 years ago |
Marten Seemann
|
009619d251
|
Merge pull request #1262 from libp2p/conn-stats
use the new network.ConnStats
|
3 years ago |
Marten Seemann
|
1a3d6a6850
|
Merge pull request #86 from libp2p/memory-emergency
aggressively trim connections when we're running out of memory
|
3 years ago |
Marten Seemann
|
56bcd81a3f
|
use the new network.ConnStats
|
3 years ago |
Marten Seemann
|
ff0577ee4c
|
always trim to the low watermark in a memory emergency
|
3 years ago |
Marten Seemann
|
3412150b9c
|
sort connections by direction and number of streams in a memory emergency
|
3 years ago |
Marten Seemann
|
a8a2eaa0de
|
rework concurrency logic for trims
|
3 years ago |
Marten Seemann
|
03958f6ee9
|
aggressively trim connections when we're running out of memory
|
3 years ago |
Marten Seemann
|
dfe8394467
|
Merge pull request #96 from libp2p/fix-flaky-single-tag-test
fix flaky tests caused by super short silence periods
|
3 years ago |
Marten Seemann
|
b1842dfdc0
|
fix flaky tests caused by super short silence periods
|
3 years ago |
web3-bot
|
187f2db8be
|
sync: update CI config files (#1261)
|
3 years ago |
Marten Seemann
|
a33e1f6dbc
|
Merge pull request #1258 from libp2p/peer-store-manager
move the peerstoremanager to the host
|
3 years ago |
Marten Seemann
|
60188e3c1c
|
Merge pull request #115 from libp2p/cleanup-peerstore
clean up dialer peerstore after each dial
|
3 years ago |
Marten Seemann
|
d70ee3daf2
|
clean up dialer peerstore after each dial
|
3 years ago |
Marten Seemann
|
a4e2a94e7b
|
move the peerstoremanager to the host
|
3 years ago |
Marten Seemann
|
0f76f17417
|
reduce the default stream protocol negotiation timeout (#1254)
|
3 years ago |
Marten Seemann
|
287375a12e
|
chore: update go-log to v2 (#114)
|
3 years ago |
Marten Seemann
|
73bd078ade
|
chore: update go-log to v2
|
3 years ago |
Hector Sanjuan
|
94ec54e231
|
Doc: QUIC is default when no transports set (#1250)
|
3 years ago |
Marten Seemann
|
63caff8ba2
|
Merge pull request #1248 from libp2p/exclude-web3-bot
exclude web3-bot from mkreleaselog
|
3 years ago |
Marten Seemann
|
f1c315b4cd
|
Merge pull request #1255 from libp2p/improve-identify-consistent-addr-check
identify: also match observed against listening addresses
|
3 years ago |
Marten Seemann
|
99e8873fd4
|
identify: also match observed against listening addresses
|
3 years ago |
Marten Seemann
|
42d3527513
|
Merge pull request #1253 from libp2p/fix-auto-relay-tests
make it possible to run the auto relays tests multiple times
|
3 years ago |
Marten Seemann
|
53eefcac56
|
fix missing private address reset after auto relay test
|
3 years ago |
Marten Seemann
|
89fa3686d7
|
improve readability of addrsplosion tests
|
3 years ago |
Marten Seemann
|
1dc5466eef
|
Merge pull request #93 from libp2p/period-config
introduce WithGracePeriod and WithSilencePeriod configuration options
|
3 years ago |
Marten Seemann
|
748671ce81
|
exclude web3-bot from mkreleaselog
|
3 years ago |
Marten Seemann
|
414856bb95
|
introduce WithGracePeriod and WithSilencePeriod configuration options
|
3 years ago |
Marten Seemann
|
36cd992367
|
Merge pull request #92 from libp2p/remove-last-trim-check
remove check for the last trim time when trimming
|
3 years ago |
Marten Seemann
|
cb6c410803
|
remove check for the last trim time when trimming
As trims are triggered by a time.Ticker, this would lead to roughly every
second trim being skipped. It also makes calling TrimOpenConns pointless.
|
3 years ago |
Marten Seemann
|
9712afb8ed
|
Merge pull request #87 from libp2p/constructor-return-value
add an error return value to the constructor
|
3 years ago |
Marten Seemann
|
e2489641e9
|
add an error return value to the constructor
|
3 years ago |
Marten Seemann
|
d51cbad4ff
|
Merge pull request #85 from libp2p/fix-race
fix race condition in getConnsToClose
|
3 years ago |
Marten Seemann
|
4533d5ef67
|
add a test case
|
3 years ago |
Marten Seemann
|
4aeb0b901d
|
fix race condition in getConnsToClose
|
3 years ago |
Marten Seemann
|
0ea56a8d6e
|
Merge pull request #90 from libp2p/unexport-config
unexport the config
|
3 years ago |
Marten Seemann
|
2d476925dd
|
Merge pull request #88 from libp2p/update-go-log
update go-log to v2
|
3 years ago |
Marten Seemann
|
7122409767
|
unexport the config
|
3 years ago |
Marten Seemann
|
628e658092
|
make sure the background go routine has stopped when closing
|
3 years ago |
Marten Seemann
|
44a21dc590
|
update go-log to v2
|
3 years ago |
Marten Seemann
|
3a71a6d059
|
Merge pull request #1246 from libp2p/release-1
release v0.16.0
|
3 years ago |