You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is to write a distributed networking application in Java consisting of a transmitter and a receiver that can ensure reliable data transfer.
The application uses Java¡¯s UDP sockets and provide the necessary reliable data transfer functionality on the top of UDP¡¯s unreliable communication services by implementing sequence number and checksum in datagram header.