Searched refs:third_message (Results 1 – 2 of 2) sorted by relevance
16 let third_message = b"Greetings, planet!"; in test_udp_sample_application() localVariable52 .send(third_message.to_vec(), Some(addr)) in test_udp_sample_application()59 assert_eq!(buf, third_message); in test_udp_sample_application()
12 let third_message = b"Greetings, planet!"; in test_udp_sample_application() localVariable61 data: third_message.to_vec(), in test_udp_sample_application()72 assert_eq!(datagrams[0].data, third_message); in test_udp_sample_application()