qcongestion 0.0.1

Congestion control in QUIC, a part of gm-quic
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "qcongestion"
version.workspace = true
edition.workspace = true
description = "Congestion control in QUIC, a part of gm-quic"
readme.workspace = true
repository.workspace = true
license.workspace = true
keywords.workspace = true
categories.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
log = { workspace = true }
qbase = { workspace = true }
qrecovery = { workspace = true }
rand = { workspace = true }