Andrew Luka

Results 4 issues of Andrew Luka

## Description Allow the users of the QUIC transport to control more QUIC configurations when they provide them. ## Notes & open questions * Defaults change nothing. * Updated QUINN...

## Description I implemented a message propagation mechanism that is inspired by turbine (Solana's block propagation procedure). The mechanism I'm suggesting is a simplification of turbine that keeps the fundamental...

### Description SwarmBuilder is too restricting when I want to conditionally user some features. For example: ```rust let mut swarm = SwarmBuilder::with_existing_identity(key_pair) .with_tokio() .with_tcp(Default::default(), noise::Config::new, yamux::Config::default) .expect("Error building TCP transport")...

### Summary When there is a lot of traffic in a gossipsub network, message prioritization prioritizes published messages over forwarded messages. Thus published messages tend to succeed without issue. This...