Bug 48361 - Add global server option for specifying desired DSCP/QoS markings
Summary: Add global server option for specifying desired DSCP/QoS markings
Status: NEW
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: Core (show other bugs)
Version: 2.5-HEAD
Hardware: All Linux
: P2 enhancement (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords: PatchAvailable
Depends on: 42848
Blocks: 49997
  Show dependency tree
 
Reported: 2009-12-09 19:02 UTC by Philip Prindeville
Modified: 2010-09-24 17:38 UTC (History)
1 user (show)



Attachments
Patch to add QoSMarking setting and use new IP_TOS extension to APR (3.71 KB, patch)
2009-12-09 19:02 UTC, Philip Prindeville
Details | Diff
Patch to have mod_ftp use the apr_socket_opt_set() interface for IP ToS (1.23 KB, patch)
2010-07-05 02:25 UTC, Philip Prindeville
Details | Diff
Patch to add QoS Marking via the APR2 API (3.57 KB, patch)
2010-07-05 13:45 UTC, Philip Prindeville
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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