Increase bridge info size

This commit is contained in:
onyinyang 2023-03-10 12:02:45 -05:00
parent 00aa9b0ab1
commit 42f5c0e764
No known key found for this signature in database
GPG Key ID: 156A6435430C2036
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ use std::convert::TryInto;
use subtle::ConstantTimeEq; use subtle::ConstantTimeEq;
/// Each bridge information line is serialized into this many bytes /// Each bridge information line is serialized into this many bytes
pub const BRIDGE_BYTES: usize = 220; pub const BRIDGE_BYTES: usize = 300;
/// The max number of bridges per bucket /// The max number of bridges per bucket
pub const MAX_BRIDGES_PER_BUCKET: usize = 3; pub const MAX_BRIDGES_PER_BUCKET: usize = 3;