Revise bridge bytes size to 300

This commit is contained in:
onyinyang 2023-04-03 12:06:20 -04:00
parent 362996c4f7
commit a3a693d45a
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;
/// Each bridge information line is serialized into this many bytes
pub const BRIDGE_BYTES: usize = 260;
pub const BRIDGE_BYTES: usize = 300;
/// The max number of bridges per bucket
pub const MAX_BRIDGES_PER_BUCKET: usize = 3;