Warning about Linux spoecifics

GETADDRINFO
Stephane Bortzmeyer 24 years ago
parent c7ee796329
commit 31694611fc

@ -1,7 +1,7 @@
* Support for microsecond wait (uses usleep)
* New option (-p) to set socket priority
* New option (-P) to set IP Type of Service octet
* New option (-p) to set socket priority (Linux only)
* New option (-P) to set IP Type of Service octet (Linux only)
4.1.0 (2001-02-14)

@ -102,6 +102,7 @@ AC_ARG_ENABLE(ttcp,
fi)
dnl Type Of Service
dnl Linux only, it seems. Anyone knows a standard way to do so?
AC_MSG_CHECKING([Type Of Service])
AC_TRY_COMPILE(
[#include <sys/types.h>

Loading…
Cancel
Save