and taken out in apache 2.0.16 beta code.
This is in file sockopt.c, in ap_setsocketopt function.
if (opt & APR_SO_DIFFSERV) {
if (setsockopt(sock->socketdes,
IPPROTO_IP, IP_TOS, (void *)&on,
sizeof(int)) == -1) {
return errno;
}
}
was the code snippet that was not found in the beta code.
thanks much,
-- Sunitha Kumar http://www.cisco.com
