Searched defs:ConnReaderContext (Results 1 – 1 of 1) sorted by relevance
55 struct ConnReaderContext { struct56 is_client: bool,57 replay_protection_window: usize,60 encrypted_packets: Vec<Vec<u8>>,61 fragment_buffer: FragmentBuffer,62 cache: HandshakeCache,64 remote_epoch: Arc<AtomicU16>,66 handshake_done_rx: mpsc::Receiver<()>,747 ctx: &mut ConnReaderContext, in read_and_buffer()833 ctx: &mut ConnReaderContext, in handle_queued_packets()[all …]