You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Sunitha Kumar <su...@cisco.com> on 2001/08/21 02:21:54 UTC

question on TOS bit support

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