pub fn compare_udp_echo( label_a: &str, result_a: &Option<Vec<u8>>, label_b: &str, result_b: &Option<Vec<u8>>, )
Compare two UDP echo results.
Both should succeed with matching payloads.