I'd like to have two sockets which, by setsockopt(), are set with SO_REUSEADDR and SO_REUSEPORT.
I'd like both of them to capture the same incoming packet for the address x.x.x.x and port y.
Any idea how to do this, without using a multicast receiver?