]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: http: add support for "set-tos" in http-request/http-response
authorWilly Tarreau <w@1wt.eu>
Tue, 11 Jun 2013 16:51:32 +0000 (18:51 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 11 Jun 2013 17:04:37 +0000 (19:04 +0200)
commit42cf39e3b993a768116e46b577d4101edd31334c
tree253457e0dddb42e0d8a00c8782750b7cd612c1e4
parent9a355ec257de12ec8ab6366d15ff59add8a8061f
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.
doc/configuration.txt
include/types/proto_http.h
src/proto_http.c