Methods for implementing UDP multicast reliable
问题 I am preparing for my university exam and one of the question last year was " how to make UDP multicast reliable " ( like tcp, retransmission of lost packets ) I thought about something like this : Server send multicast using UDP Every client send acknowledgement of receiving that packets ( using TCP ) If server realize that not everyone receive packets , it resends multicast or unicast to particular client The problem are that there might be one client who usually lost packets and force