From bdb6ed48ba56ec9d7f2cd1ec62beb75593eb6dcb Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Mon, 17 Feb 2020 17:44:02 +0100 Subject: [HICN-524 HICN-526] Add manifest and content lifetime options to hproxy command line Change-Id: I565e4edb39b2c3d18fd9b2ef8b2a638a53b9eefe Signed-off-by: Mauro Sardara --- apps/http-proxy/src/IcnReceiver.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'apps/http-proxy/src/IcnReceiver.h') diff --git a/apps/http-proxy/src/IcnReceiver.h b/apps/http-proxy/src/IcnReceiver.h index 67f615ad7..9d0ab5172 100644 --- a/apps/http-proxy/src/IcnReceiver.h +++ b/apps/http-proxy/src/IcnReceiver.h @@ -36,7 +36,8 @@ class AsyncConsumerProducer { explicit AsyncConsumerProducer(const std::string& prefix, std::string& ip_address, std::string& port, std::string& cache_size, std::string& mtu, - std::string& first_ipv6_word); + std::string& first_ipv6_word, + unsigned long default_content_lifetime, bool manifest); void start(); @@ -69,6 +70,8 @@ class AsyncConsumerProducer { // connection_map_; ATSConnector connector_; + unsigned long default_content_lifetime_; + // ResponseInfoMap --> max_seq_number + bool indicating whether request is in // production ResponseInfoMap chunk_number_map_; -- cgit 1.2.3-korg