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> |
||
---|---|---|
.. | ||
config.go | ||
connmgr.go | ||
connmgr_test.go | ||
listener.go | ||
options.go | ||
quic_multiaddr.go | ||
quic_multiaddr_test.go | ||
reuse.go | ||
reuse_test.go | ||
tracer.go | ||
tracer_metrics.go | ||
tracer_test.go |