Description: This application is a very simple minded program that sends buffers of
// data to a server and waits for the server to echo the data back and then
// compares the first and last byte of the buffers. The destination server
// can be specified using the (-n) option and the destination port using the
// (-e) option. The size of the buffer to send is specified using the (-b)
// option which is in 1k increments. Multiple threads can be spawned to hit
// the server.
To Search:
File list (Check if you may need any files):
iocpclient.cpp
iocpclient.exe
iocpserver.cpp
iocpserver.exe
iocpserver.h
iocpserverex.cpp
iocpserverex.exe
makefile