An educational prototype demonstrating core TCP features using UDP sockets in Python. The goal was to understand the principles of the TCP protocol, including reliable data transfer, connection ...
are created in both the unicast and multicast case. in case of multicast, the _respond_sockets are never read. This causes some problem with the Recv queue of UDP, because the OS (in my case Ubuntu) ...