Any pointers on why the TOS support was taken out. This was present in apache 2.0 alpha,
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
 


Reply via email to