add bank hash to votes (#4381)
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
/// Maximum over-the-wire size of a Transaction
|
||||
pub const PACKET_DATA_SIZE: usize = 512;
|
||||
/// 1280 is IPv6 minimum MTU
|
||||
/// 40 bytes is the size of the IPv6 header
|
||||
/// 8 bytes is the size of the fragment header
|
||||
pub const PACKET_DATA_SIZE: usize = 1280 - 40 - 8;
|
||||
|
Reference in New Issue
Block a user