Revise bridge bytes size to 300
This commit is contained in:
parent
362996c4f7
commit
a3a693d45a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue