Fix BroadCast File Transfer
Description
- Currently when a file is broadcasted some packets get dropped because of using UDP
- Comeup with a better way to broadcast the file or fix the UDP issue
Possible Solution
Find a New way to broadcast files ( other than UDP )
OR
Fix the UDP file transfer by adding Acknowledgments
Contribution