mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-19 01:36:08 +00:00
Reduce number of CIDs we store closer to specified minimum of 2
This commit is contained in:
committed by
Dirkjan Ochtman
parent
2577aa977a
commit
22d7136aff
@@ -226,7 +226,7 @@ pub struct Transmit {
|
||||
/// The maximum number of CIDs we bother to issue per connection
|
||||
const LOC_CID_COUNT: u64 = 8;
|
||||
/// The maximum number of remote CIDs we're willing to store per connection
|
||||
const REM_CID_COUNT: u64 = 32;
|
||||
const REM_CID_COUNT: u64 = 8;
|
||||
const RESET_TOKEN_SIZE: usize = 16;
|
||||
const MAX_CID_SIZE: usize = 20;
|
||||
const MIN_INITIAL_SIZE: usize = 1200;
|
||||
|
||||
Reference in New Issue
Block a user