| connect_udp_session.rs |
|
5727 |
- |
| mod.rs |
|
6165 |
- |
| send_group.rs |
|
960 |
- |
| session.rs |
|
21286 |
- |
| stats.rs |
Per-session statistics exposed to the WebTransport API consumer.
Limited to the members of [`WebTransportDatagramStats`], which describe
per-session datagram queue behaviour and so cannot be derived from the
connection-level counters in [`neqo_transport::Stats`]. Everything else
`getStats()` reports is scoped to the underlying connection, and is only
exposed at all when that connection is dedicated to a single session.
[`WebTransportDatagramStats`]: https://w3c.github.io/webtransport#dictdef-webtransportdatagramstats |
1425 |
- |
| tests |
|
|
- |
| webtransport_session.rs |
|
9982 |
- |
| webtransport_streams.rs |
|
10643 |
- |