pub fn connected_raw_message_pipes(
ring_size: usize,
) -> (MessagePipe<FlatRingMem>, MessagePipe<FlatRingMem>)
Expand description
Creates a pair of async connected pipes in raw mode (with no vmbus pipe framing on the packets). Useful for testing.