Implementation of a tcp protocol using udp sockets in java
After installing java and cloning the repo
- cd Tcp-using-Udp-socket
- javac TcpServer.java
- javac TcpClient.java
and then to start the server run
- java TcpServer
and for client run
- java TcpClient
| Name | Name | Last commit date | ||
|---|---|---|---|---|