Batch packet forwarding in banking stage

This commit is contained in:
Carl
2019-03-09 02:47:41 -08:00
committed by Pankaj Garg
parent b60b8ec5ae
commit cd1a9faacd
4 changed files with 75 additions and 19 deletions

View File

@@ -26,6 +26,7 @@ pub struct Tpu {
}
impl Tpu {
#[allow(clippy::too_many_arguments)]
pub fn new(
id: &Pubkey,
cluster_info: &Arc<RwLock<ClusterInfo>>,