Bug 48361

Summary: Add global server option for specifying desired DSCP/QoS markings
Product: Apache httpd-2 Reporter: Philip Prindeville <philipp>
Component: CoreAssignee: Apache HTTPD Bugs Mailing List <bugs>
Status: NEW ---    
Severity: enhancement CC: philipp
Priority: P2 Keywords: PatchAvailable
Version: 2.5-HEAD   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Bug Depends on: 42848    
Bug Blocks: 49997    
Attachments: Patch to add QoSMarking setting and use new IP_TOS extension to APR
Patch to have mod_ftp use the apr_socket_opt_set() interface for IP ToS
Patch to add QoS Marking via the APR2 API

Description Philip Prindeville 2009-12-09 19:02:02 UTC
Created attachment 24686 [details]
Patch to add QoSMarking setting and use new IP_TOS extension to APR

As an increasing amount of real-time, streaming video and audio shares the Internet, it becomes essential to be able to differentiate time-sensitive traffic from all others.

This is most easily achieved by having applications mark their traffic with the appropriate DSCP tag in the IP tos field.
Comment 1 Philip Prindeville 2010-07-05 02:25:31 UTC
Created attachment 25701 [details]
 Patch to have mod_ftp use the apr_socket_opt_set() interface for IP ToS

Moved over from bug 42848.
Comment 2 Philip Prindeville 2010-07-05 13:45:49 UTC
Created attachment 25709 [details]
Patch to add QoS Marking via the APR2 API