With REUSEADDR/REUSEPORT one can create 2 identical sockets bound to the same address and port in a machine. Is it possible to receive the same data on the 2 sockets?
My case is that a defined udp port number will produce data on a network. In my machine I have 2 implementations of the protocol in 2 threads that I wish would be able to consume that data directly from the socket api.
Thanks
Regards Thomas