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.
-
Notifications
You must be signed in to change notification settings - Fork 1
soundaryaramesh/P2MP-UDP
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published