Good day!
I use boost :: asio :: ip :: udp :: socket to read data from a specific address and port. As I understand it, boost :: asio :: socket_base :: reuse_address allows you to reuse the address with another socket after the first socket is closed. Can I make two sockets read SIMULTANEOUSly data from the same address and port?
Thank you in advance!