Skip to content

Some features of TCP such as sliding window, congestion control, and packet retransmissions are built on top of UDP which is used by two java programs

Notifications You must be signed in to change notification settings

ayushgupt/TCP-Using-UDP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The code consists of two files: Sender.java and Receiver.java To compile the files just use the command 'make'

On the Receiver's End run the Receiver.java executable with the following syntax: usage: client Port (-h) Port = Port Number => Default set to 9876 -h = to see help

On the Sender's End run the Sender.java executable with the follwing syntax: usage: client IP Port -l P (-h) IP = IP Address => Default set to 127.0.0.1 Port = Port Number => Default set to 9876 -l = l flag P = flag value => Default set to 0 -h = to see help

About

Some features of TCP such as sliding window, congestion control, and packet retransmissions are built on top of UDP which is used by two java programs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published