Searched refs:IncomingResponse (Results 1 – 3 of 3) sorted by relevance
21 IncomingResponse(usize), enumerator68 MtuEvent::IncomingResponse(mtu) => self.on_incoming_response(mtu), in handle_event()153 mtu.handle_event(MtuEvent::IncomingResponse(NEW_MTU)).unwrap(); in test_mtu_blocking_snapshot_during_client_negotiation()185 mtu.handle_event(MtuEvent::IncomingResponse(NEW_MTU)).unwrap(); in test_client_then_server_negotiation()227 mtu.handle_event(MtuEvent::IncomingResponse(ANOTHER_NEW_MTU)).unwrap(); in test_server_negotiation_then_pending_client_finalized_value()
36 |tcb_idx, mtu| on_mtu_event(TransportIndex(tcb_idx), MtuEvent::IncomingResponse(mtu)), in initialize_arbiter()
612 conn.as_ref().handle_mtu_event(MtuEvent::IncomingResponse(100)).unwrap(); in test_single_indication_pending_mtu()635 conn.as_ref().handle_mtu_event(MtuEvent::IncomingResponse(32)).unwrap(); in test_single_indication_pending_mtu_fail()684 conn.as_ref().handle_mtu_event(MtuEvent::IncomingResponse(512)).unwrap(); in test_queued_indication_pending_mtu_uses_mtu_on_dequeue()