.gitignore
.gitmodules
.python-version
CHANGELOG.md
LICENSE
README.md
WAKE_PROTOCOL.md
bootstrap_python.sh
build_picoquic.sh
pyproject.toml
setup.py
.github/actions/setup-aiopquic/action.yml
.github/workflows/cicd.yml
.github/workflows/release.yml
.github/workflows/wheels-dry-run.yml
src/aiopquic/__init__.py
src/aiopquic/_build_info.py
src/aiopquic/buffer.py
src/aiopquic/exceptions.py
src/aiopquic/streamchain.py
src/aiopquic/versions.py
src/aiopquic.egg-info/PKG-INFO
src/aiopquic.egg-info/SOURCES.txt
src/aiopquic.egg-info/dependency_links.txt
src/aiopquic.egg-info/entry_points.txt
src/aiopquic.egg-info/requires.txt
src/aiopquic.egg-info/top_level.txt
src/aiopquic/_binding/__init__.py
src/aiopquic/_binding/_buffer.c
src/aiopquic/_binding/_buffer.pyx
src/aiopquic/_binding/_streamchain.c
src/aiopquic/_binding/_streamchain.pyx
src/aiopquic/_binding/_transport.c
src/aiopquic/_binding/_transport.pyx
src/aiopquic/_binding/picoquic.pxd
src/aiopquic/_binding/spsc_ring.pxd
src/aiopquic/_binding/c/callback.h
src/aiopquic/_binding/c/h3wt_callback.h
src/aiopquic/_binding/c/spsc_ring.h
src/aiopquic/_binding/c/stream_buf.h
src/aiopquic/_binding/c/stream_ctx.h
src/aiopquic/asyncio/__init__.py
src/aiopquic/asyncio/client.py
src/aiopquic/asyncio/protocol.py
src/aiopquic/asyncio/server.py
src/aiopquic/asyncio/webtransport.py
src/aiopquic/quic/__init__.py
src/aiopquic/quic/configuration.py
src/aiopquic/quic/connection.py
src/aiopquic/quic/events.py
tests/__init__.py
tests/test_asyncio.py
tests/test_baton_pattern.py
tests/test_buffer.py
tests/test_flow_control_quic.py
tests/test_flow_control_wt.py
tests/test_interop.py
tests/test_loopback.py
tests/test_native_picoquic.py
tests/test_spsc_ring.py
tests/test_transport.py
tests/test_webtransport.py
tests/bench/RESULTS.md
tests/bench/__init__.py
tests/bench/_helpers.py
tests/bench/bench_backpressure.py
tests/bench/bench_baselines_highlevel.py
tests/bench/bench_baselines_lowlevel.py
tests/bench/bench_concurrent_streams_highlevel.py
tests/bench/bench_datagram.py
tests/bench/bench_handshake.py
tests/bench/bench_latency_floor.py
tests/bench/bench_ring.py
tests/bench/bench_small_object_rate.py
tests/bench/bench_split_writes_stress.py
tests/bench/bench_stream_churn_highlevel.py
tests/bench/bench_stream_object_stress.py
tests/bench/bench_throughput.py
tests/bench/bench_throughput_bidirectional.py
tests/bench/bench_throughput_parallel.py
tests/bench/bench_throughput_pullmodel.py
tests/bench/bench_wt_split_writes_stress.py
tests/bench/conftest.py
tests/bench/test_rx_bloat_during_load.py
tests/bench/test_rx_fc_counters.py
tests/bench/sim_link/README.md
tests/bench/sim_link/build.sh
tests/bench/sim_link/sim_link_bench.c
tests/interop/README.md
tests/interop/__init__.py
tests/interop/conftest.py
tests/interop/test_aioquic.py
tests/interop/test_ngtcp2.py
tests/interop/test_qh3.py
tests/interop/test_s2n_quic.py
tests/interop/peers/aioquic_echo.py
tests/interop/peers/qh3_echo.py