mirror of
https://github.com/libp2p/go-libp2p.git
synced 2026-04-23 00:27:05 +08:00
f73205096f
* quic: add an integration test for QUIC version support * quic: refactor the stateless reset test * quic: simplify the interface of the noreuseConn DecreaseCount now closes the underlying UDP conn, so that callers don't need to pay attention if they're dealing with a reuseConn or a noreuseConn. * implement a quicreuse to manage QUIC connections * quicreuse: introduce options * config: construct the quicreuse.ConnManager using fx * webtransport: use the quicreuse * add integration test for QUIC and WebTranport sharing the same UDP addr * Handle errors in accept loop goroutine * Add comment * Remove todo * Rename mutexes * Cleanup extra close * Only log on err * Use webtransport-go 0.4.0 * Fix expected error Co-authored-by: Marco Munizaga <git@marcopolo.io>