mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 18:55:32 +00:00
benchmark byte conversion as well; bittorrent_udp: use buffers
This commit is contained in:
parent
51590a3d6c
commit
a99688a5a2
11 changed files with 231 additions and 106 deletions
|
|
@ -1,2 +1,5 @@
|
|||
pub const PARETO_SHAPE: f64 = 0.1;
|
||||
pub const NUM_INFO_HASHES: usize = 10_000;
|
||||
pub const NUM_INFO_HASHES: usize = 10_000;
|
||||
|
||||
/// Save memory by not allocating more per request
|
||||
pub const MAX_REQUEST_BYTES: usize = 256;
|
||||
Loading…
Add table
Add a link
Reference in a new issue