Add LDFLAGS and CPPFLAGS
Typo in netstress.c
Added liberal usage of fflush(stdout) to allow up to date capture of output (fixed an output capture issue)
Manpage from Debian
Support MAC
Support Windows
Support IPV6 network protocol
Master should show each connection in its own window
Add logging (per connection)
Was somewhat already in place Now fully implemented in 1.2.0 release
Provide .deb package(s)
x86 systems should be able to test against/with amd64 systems
Fixed in 1.2.0 release by changing "unsigned long" to "uint32_t" "unsigned long long"...
Fixed a typo in the cleanall: target of Makefile
Type size mismatch on 32bit vs 64bit systems Changed unsigned long long references...
32 bit system to/from 64 system bit fails handshake
Fixed in version 1.2.0
Added Release notes for pending release
Tweaked usage information
netstress.c
DEBIAN/control
Converted repository from CVS to GIT
Removed semaphore stuff we haven't used for a l...
Added "fast" option to disable data checks.
Converted write() to writev() so we don't have ...
Import base code from Helius, Inc
* Fixed transmit_loop() call to write() to be i...
Fix offset to round to 4 byte boundaries. --jim...
Revert -g flag back to -O2 flag (debugging off ...
Renamed dprintf() to Dprintf().
Initial revision
Enahnced message(s) for death of a child signals.
Add emacs editor settings.
Fixed a bug that was re-using the same random s...
Incremented the debian package version number.
Fixed elapsed_time_stamp() to output 2 digits f...
Fixed getopt table so --host requires an argument.
Make so it compiles with older linux system's /...
Added tarball: as a Makefile target.
Removed random_1000() & random_number_check() e...
New files to track TBDs and Change log informat...
New Releasenotes file.
Added "--ctime|-c = Report current time (def...
I verified the random numbers generated match. Perhaps the data sizes being written,...
32 bit system to/from 64 system bit fails handshake
Both an NCurses GUI and a Browser based GUI
Add logging (per connection)
Both an NCurses GUI and a NCurses GUI
Master should show each connection in its own window
Support IPV6 network protocol
x86 systems should be able to test against/with amd64 systems
Provide .deb package(s)
Support Windows
Support MAC