Skip to content
/ tcpdelay Public

A proxy server that can delay TCP packages between the real client and server

Notifications You must be signed in to change notification settings

flo/tcpdelay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tcpdelay

A proxy server that can delay TCP packages between the real client and server

You can compile the source code with Maven by calling:

mvn package

Afterwards you can start the program via:

java -jar target/tcpdelay-1.0.jar targetAddress targetPort port delay

The first two arguments are the address and port of the real server. The third argument is the port at which the tcpdelay server will listen. All clients that connect to that port will get their tcp packages delayed. The fourth argument is the amount of delay in milliseconds

About

A proxy server that can delay TCP packages between the real client and server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages