By the way, here are the defaults for Rust LibP2P and defaults of Quinn:
| Rust LibP2P | Quinn | ||
|---|---|---|---|
| max_concurrent_stream_limit | 256 pcs | MAX_STREAMS_BIDI | 100 pcs |
| MAX_STREAMS_UNI | 100 pcs | ||
| max_connection_data | 15 MB | receive_window | Unbounded |
| max_stream_data | 10 MB | stream_receive_window | 1.25MB |
Neither seems to consider initial_max_data or initial_max_stream_data which are available settings in QUIC.
Sources: