]> sjero.net Git - iperf/commit
Remove Win32 Support
authorGerrit Renker <gerrit@erg.abdn.ac.uk>
Tue, 24 Feb 2009 19:30:18 +0000 (20:30 +0100)
committerGerrit Renker <gerrit@erg.abdn.ac.uk>
Tue, 24 Feb 2009 19:30:18 +0000 (20:30 +0100)
commit0b373e070771aa2bc368ec82dbd4f48e69f5faf9
tree7c09ca7f3414f4a55fe1b63ca6baf3028aae0d8f
parent160c6a5bab3ab731f5b1ad8bc174e7d087ca7acb
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.
13 files changed:
compat/error.c
include/Condition.h
include/Locale.h
include/Mutex.h
include/Settings.hpp
include/Thread.h
include/headers.h
include/util.h
src/Listener.cpp
src/Locale.c
src/Settings.cpp
src/main.cpp
src/stdio.c