diff options
author | Michael Brown <mcb30@ipxe.org> | 2015-08-17 13:16:45 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2015-08-17 13:24:40 +0100 |
commit | fd18417cf1208399bfa0153c6ec26c268d2f948e (patch) | |
tree | 841aaa5488418c96d4d9871ad27d2a26f90ecbc9 /src/config/general.h | |
parent | d2b2a0adaece9a1d9efedda3c99c03c386582a84 (diff) | |
download | ipxe-fd18417cf1208399bfa0153c6ec26c268d2f948e.tar.gz |
[peerdist] Add support for PeerDist (aka BranchCache) HTTP content encoding
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/general.h')
-rw-r--r-- | src/config/general.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/general.h b/src/config/general.h index 1ebea57e1..ee15f6bf1 100644 --- a/src/config/general.h +++ b/src/config/general.h @@ -75,6 +75,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); */ #define HTTP_AUTH_BASIC /* Basic authentication */ #define HTTP_AUTH_DIGEST /* Digest authentication */ +//#define HTTP_ENC_PEERDIST /* PeerDist content encoding */ /* * 802.11 cryptosystems and handshaking protocols |