[PATCH 48361] Add global server option for specifying desired DSCP/QoS markings

2009-12-09 Thread Philip A. Prindeville
This patch leverages 42848 to add the QoSMarking configuration directive to the server. The markings are specified as "cs0..cs7", "af11..af43", or "ef" (as per RFC's 2474 and 2597/2598). Please review and comment.

[PATCH 42848] add IP TOS support to apr_socket_opt_set()

2009-12-09 Thread Philip A. Prindeville
Seems this one has been around a while. Allowing the server to DSCP mark its traffic is a good thing for networks (and intranets) that share bandwidth between data, voice, and video. This simple patch extends the setsockopt(..., SOL_IP, IP_TOS, ...) call to the apr_socket_opt_set() abstraction.

Re: QoS marking by default on sockets

2009-10-05 Thread Philip A. Prindeville
On 10/02/2009 02:11 PM, Paul Querna wrote: > On Fri, Oct 2, 2009 at 2:04 PM, Philip A. Prindeville > wrote: > >> Hi. >> >> I haven't contributed to Apache in about 10 years, so it's been a while >> since I've stared at the source. >> >&g

QoS marking by default on sockets

2009-10-02 Thread Philip A. Prindeville
Hi. I haven't contributed to Apache in about 10 years, so it's been a while since I've stared at the source. I did, however, recently pull down the 2.2.13 tarball and did: [phil...@builder ~/httpd-2.2.13]$ find . -type f -print | xargs grep IP_TOS [phil...@builder ~/httpd-2.2.13]$ Hmmm. Any r