]> sjero.net Git - iperf/log
iperf
15 years agoRemove Win32 Support
Gerrit Renker [Tue, 24 Feb 2009 19:30:18 +0000 (20:30 +0100)]
Remove Win32 Support

This removes support for Win32 since all subsequent patches introduce
functionality specific to Linux:

 * use of nanosleep (POSIX, using hrtimers),
 * UDP-Lite support (RFC 3828),
 * DCCP support (RFC 4340-2).

Don't know whether this was a good idea, but it helped to make the code more readable.

15 years agoFix CPU Usage Bug
Gerrit Renker [Tue, 24 Feb 2009 19:29:49 +0000 (20:29 +0100)]
Fix CPU Usage Bug

Bug fix by Ingo Molnar, taken from

   http://marc.info/?l=linux-kernel&m=119088670113210&w=2

This reduces CPU usage a lot - confirmed in individual tests.

15 years agoOriginal 2.0.2 iperf sources
Gerrit Renker [Tue, 24 Feb 2009 19:26:34 +0000 (20:26 +0100)]
Original 2.0.2 iperf sources