commit | 42cf39e3b993a768116e46b577d4101edd31334c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Jun 11 18:51:32 2013 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jun 11 19:04:37 2013 +0200 |
tree | 253457e0dddb42e0d8a00c8782750b7cd612c1e4 | |
parent | 9a355ec257de12ec8ab6366d15ff59add8a8061f [diff] |
MEDIUM: http: add support for "set-tos" in http-request/http-response This manipulates the TOS field of the IP header of outgoing packets sent to the client. This can be used to set a specific DSCP traffic class based on some request or response information. See RFC2474, 2597, 3260 and 4594 for more information.