mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
ws_load_test: exclusively use TLS 1.3
This commit is contained in:
parent
2153c3037f
commit
a892465c54
2 changed files with 7 additions and 1 deletions
|
|
@ -85,3 +85,9 @@
|
||||||
|
|
||||||
* Remove peer from swarms immediately when connection is closed
|
* Remove peer from swarms immediately when connection is closed
|
||||||
* Allow peers to use multiple peer IDs, as long as they only use one per info hash
|
* Allow peers to use multiple peer IDs, as long as they only use one per info hash
|
||||||
|
|
||||||
|
### aquatic_ws_load_test
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
* Exclusively use TLS 1.3
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ log = "0.4"
|
||||||
mimalloc = { version = "0.1", default-features = false }
|
mimalloc = { version = "0.1", default-features = false }
|
||||||
rand = { version = "0.8", features = ["small_rng"] }
|
rand = { version = "0.8", features = ["small_rng"] }
|
||||||
rand_distr = "0.4"
|
rand_distr = "0.4"
|
||||||
rustls = { version = "0.20", features = ["dangerous_configuration"] }
|
rustls = { version = "0.20", default-features = false, features = ["dangerous_configuration"] }
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
tungstenite = "0.17"
|
tungstenite = "0.17"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue