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