- sender.py :- Sends tha packes and recieves the acknowledged packets.
- reciever.py :- Recieves the packets.
- Created Sender class.
- Created Reciever class.
- Created sockets in main function to initiate file exchange. (Accept input)
- Should implement the random losing of messages.
- Debug the code for any errors.
- Should implement timeout.