* Don't forward packets received from TPU forwards port
* Add banking stage test
(cherry picked from commit b1d9a2e60e
)
Co-authored-by: Justin Starry <justin@solana.com>
This commit is contained in:
@ -18,7 +18,7 @@ pub const PACKET_DATA_SIZE: usize = 1280 - 40 - 8;
|
||||
#[repr(C)]
|
||||
pub struct Meta {
|
||||
pub size: usize,
|
||||
pub forward: bool,
|
||||
pub forwarded: bool,
|
||||
pub repair: bool,
|
||||
pub discard: bool,
|
||||
pub addr: [u16; 8],
|
||||
|
Reference in New Issue
Block a user