Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 345 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 345 Bytes

test-servers

TCP & UDP Test echo servers for testing clustered IPVS/NAT services

Both servers reply on the incoming request with a timestamped message.

UDP

Usage:

$ udp -port 33033
$ udp -host 127.0.0.1 -port 33033

TCP

Usage:

$ tcp -port 33033
$ tcp -host 127.0.0.1 -port 33033