Commit Graph

8 Commits

Author SHA1 Message Date
Brian Tierney
55ace3e28b updates for 3.0 release 2013-11-10 09:37:10 -08:00
sethdelliott
76ceadbc24 Updated documentation 2010-08-02 23:30:22 +00:00
Jon Dugan
d768f73dce more cleanup and rearrangement 2009-12-02 02:08:47 +00:00
Jon Dugan
bd8c92d8f6 merged Gerrit's nanosleep patch
tweaked type of currLen as fixup for Nathan's patch
2008-05-10 03:18:35 +00:00
Jon Dugan
0c9092408e added patch to address underflow when -n is not a multiple of -l
from Nathan Jones: https://sourceforge.net/tracker/index.php?func=detail&aid=1943432&group_id=128336&atid=711373
2008-05-10 02:26:48 +00:00
Jon Dugan
62bb2588af Stephen Hemminger's congestion control patch for Linux 2008-03-19 22:23:26 +00:00
Jon Dugan
1d560e15c4 commit Stephen Hemminger's Linux theading improvements 2008-03-19 22:17:13 +00:00
Jon Dugan
1efd8f8c50 2008-03-12 Jon Dugan <jdugan@x1024.net>
* Added -Wall to CXXFLAGS and CFLAGS.  This generated a lot of noise in the
autotools generated files.

* Added initial AUTHORS file.  This is incomplete, but it's a start.

2008-03-12 Andrew Gallatin <gallatin@gmail.com>

* Rework threading.  This is done by having a condition variable for the reporting
thread rather than using sched_yield and/or usleep.

* Address performance issues on non Linux systems by avoiding system calls
which are expensive on platforms other than Linux.

* Fixes from FreeBSD ports: max_size_t is now 64 bits and not Iperf does not
exit on ENOBUFS.
2008-03-12 20:28:21 +00:00