The P2MP-UDP implements data transfer from a single client to multiple servers.
The server should run before any of the clients.
The Format for running the servers:
python Server.py <port no> <filename> <probability>
The variable host should be assigned to the hostname of the server.(It can be found using ifconfig command).
Probability is the fraction of total packets which will be lost.
The format for running the client:
python Client.py <number of hosts> <filename> <MSS>
The host name and ports of all the hosts should be entered.
MSS(Maximum Segment Size) specifies the size of packet (Bytes) sent at once.