Function solana_streamer::nonblocking::quic::handle_chunk
source · async fn handle_chunk(
chunk: Result<Option<Chunk>, ReadError>,
packet_accum: &mut Option<PacketAccumulator>,
remote_addr: &SocketAddr,
packet_sender: &AsyncSender<PacketAccumulator>,
stats: Arc<StreamStats>,
peer_type: ConnectionPeerType
) -> bool