thundering herd, so tweak the prior change just a bit
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95677
13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 2.0.38
- *) AIX 4.3.3 and above: Define SINGLE_LISTEN_UNSERIALIZED_ACCEPT.
+ *) AIX 4.3.2 and above: Define SINGLE_LISTEN_UNSERIALIZED_ACCEPT.
These levels of AIX don't have a thundering herd problem with
accept(). [Jeff Trawick]
;;
*aix*)
aixver=`echo $host | sed 's/^[[^0-9]]*//' | sed 's/\.//g'`
- if test $aixver -ge 4330; then
+ if test $aixver -ge 4320; then
APR_SETVAR(SINGLE_LISTEN_UNSERIALIZED_ACCEPT, [1])
fi
;;