mirror of
https://github.com/logos-blockchain/logos-blockchain-simulations.git
synced 2026-01-07 15:43:09 +00:00
increase msg size
This commit is contained in:
parent
f88a180cf3
commit
b2337c1253
@ -67,7 +67,11 @@ impl BlendMessage {
|
||||
|
||||
impl PayloadSize for BlendMessage {
|
||||
fn size_bytes(&self) -> u32 {
|
||||
2208
|
||||
// payload: 32 KiB
|
||||
// header encryption overhead: 133 bytes = 48 + 17 * max_blend_hops(=5)
|
||||
// payload encryption overhaed: 16 bytes
|
||||
// economic data overhead: 8043 bytes
|
||||
40960
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user