On Wed, Aug 05, 2026 at 08:29:00AM +0200, Peter Philipp wrote: > It would be cool to test my multicasting code against something that provably > works. Do you have a suggestion for a receiving program? Kinda like netcat > but that in OpenBSD doesn't have multicast receive right?
For single packet tests I use regress/sys/netinet6/mcast6. My multicast stress test runs with ports/benchmarks/udpbench, which has a multicast option. bluhm
