diff options
author | 2020-09-04 08:21:02 +0000 | |
---|---|---|
committer | 2020-09-14 17:29:46 +0000 | |
commit | d875ae92a7fa1eaab3bc2616aeeedfc64a81fea4 (patch) | |
tree | 35b25f1ce17c06c4e2664400ac0e81d9276c421f /libtransport/src/protocols/raaqm_data_path.h | |
parent | 1fc9a18f95fd2ff491679e4c8de519afe49d8c47 (diff) |
[HICN-635] Expose protocol API in libtransport.
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Change-Id: I626acb5f79a85b167d50da5c07fa597a9ff4d239
Diffstat (limited to 'libtransport/src/protocols/raaqm_data_path.h')
-rw-r--r-- | libtransport/src/protocols/raaqm_data_path.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libtransport/src/protocols/raaqm_data_path.h b/libtransport/src/protocols/raaqm_data_path.h index 3f037bc76..d1234e743 100644 --- a/libtransport/src/protocols/raaqm_data_path.h +++ b/libtransport/src/protocols/raaqm_data_path.h @@ -16,7 +16,6 @@ #pragma once #include <hicn/transport/utils/chrono_typedefs.h> - #include <utils/min_filter.h> #include <chrono> @@ -48,15 +47,6 @@ class RaaqmDataPath { RaaqmDataPath &insertNewRtt(uint64_t new_rtt, const utils::TimePoint &now); /** - * @brief Update the path statistics - * @param packet_size the size of the packet received, including the ICN - * header - * @param data_size the size of the data received, without the ICN header - */ - RaaqmDataPath &updateReceivedStats(std::size_t packet_size, - std::size_t data_size); - - /** * @brief Get the value of the drop factor parameter */ double getDropFactor(); |