blob: 0e6f3a2de39f024d495aed1ff1996e4f3fee638d [file] [log] [blame]
Vince Lehman8a4c29e2016-07-11 08:49:35 +00001/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
Ashlesh Gawande92e4ea52017-07-19 11:38:12 -05002/*
Ashlesh Gawande1ef93d02022-04-08 00:25:06 -04003 * Copyright (c) 2014-2022, Regents of the University of California,
Vince Lehman8a4c29e2016-07-11 08:49:35 +00004 * Arizona Board of Regents,
5 * Colorado State University,
6 * University Pierre & Marie Curie, Sorbonne University,
7 * Washington University in St. Louis,
8 * Beijing Institute of Technology,
9 * The University of Memphis.
10 *
11 * This file is part of NFD (Named Data Networking Forwarding Daemon).
12 * See AUTHORS.md for complete list of NFD authors and contributors.
13 *
14 * NFD is free software: you can redistribute it and/or modify it under the terms
15 * of the GNU General Public License as published by the Free Software Foundation,
16 * either version 3 of the License, or (at your option) any later version.
17 *
18 * NFD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
19 * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
20 * PURPOSE. See the GNU General Public License for more details.
21 *
22 * You should have received a copy of the GNU General Public License along with
23 * NFD, e.g., in COPYING.md file. If not, see <http://www.gnu.org/licenses/>.
24 */
25
26#ifndef NFD_DAEMON_FW_ASF_STRATEGY_HPP
27#define NFD_DAEMON_FW_ASF_STRATEGY_HPP
28
Ashlesh Gawande1ef93d02022-04-08 00:25:06 -040029#include "strategy.hpp"
Vince Lehman8a4c29e2016-07-11 08:49:35 +000030#include "asf-measurements.hpp"
31#include "asf-probing-module.hpp"
Ashlesh Gawande1ef93d02022-04-08 00:25:06 -040032#include "retx-suppression-exponential.hpp"
Vince Lehman8a4c29e2016-07-11 08:49:35 +000033
Davide Pesaventoe422f9e2022-06-03 01:30:23 -040034namespace nfd::fw {
Vince Lehman8a4c29e2016-07-11 08:49:35 +000035namespace asf {
36
37/** \brief Adaptive SRTT-based Forwarding Strategy
38 *
Saurab Dulal432be572021-01-26 12:09:29 -060039 * \see Vince Lehman, Ashlesh Gawande, Rodrigo Aldecoa, Dmitri Krioukov, Beichuan Zhang,
40 * Lixia Zhang, and Lan Wang, "An Experimental Investigation of Hyperbolic Routing
41 * with a Smart Forwarding Plane in NDN", NDN Technical Report NDN-0042, 2016.
42 * https://named-data.net/publications/techreports/ndn-0042-1-asf/
Vince Lehman8a4c29e2016-07-11 08:49:35 +000043 */
44class AsfStrategy : public Strategy
45{
46public:
47 explicit
Junxiao Shi037f4ab2016-12-13 04:27:06 +000048 AsfStrategy(Forwarder& forwarder, const Name& name = getStrategyName());
49
50 static const Name&
51 getStrategyName();
Vince Lehman8a4c29e2016-07-11 08:49:35 +000052
Vince Lehman8a4c29e2016-07-11 08:49:35 +000053public: // triggers
Ashlesh Gawande92e4ea52017-07-19 11:38:12 -050054 void
Davide Pesavento0498ce82021-06-14 02:02:21 -040055 afterReceiveInterest(const Interest& interest, const FaceEndpoint& ingress,
Junxiao Shi15e98b02016-08-12 11:21:44 +000056 const shared_ptr<pit::Entry>& pitEntry) override;
Vince Lehman8a4c29e2016-07-11 08:49:35 +000057
Ashlesh Gawande92e4ea52017-07-19 11:38:12 -050058 void
Davide Pesavento0498ce82021-06-14 02:02:21 -040059 beforeSatisfyInterest(const Data& data, const FaceEndpoint& ingress,
60 const shared_ptr<pit::Entry>& pitEntry) override;
Vince Lehman8a4c29e2016-07-11 08:49:35 +000061
Ashlesh Gawande92e4ea52017-07-19 11:38:12 -050062 void
Davide Pesavento0498ce82021-06-14 02:02:21 -040063 afterReceiveNack(const lp::Nack& nack, const FaceEndpoint& ingress,
Junxiao Shi15e98b02016-08-12 11:21:44 +000064 const shared_ptr<pit::Entry>& pitEntry) override;
Vince Lehman8a4c29e2016-07-11 08:49:35 +000065
66private:
Saurab Dulal432be572021-01-26 12:09:29 -060067 pit::OutRecord*
Davide Pesaventoa6f637a2019-08-28 23:23:20 -040068 forwardInterest(const Interest& interest, Face& outFace, const fib::Entry& fibEntry,
Saurab Dulal432be572021-01-26 12:09:29 -060069 const shared_ptr<pit::Entry>& pitEntry);
Davide Pesaventoa6f637a2019-08-28 23:23:20 -040070
71 void
72 sendProbe(const Interest& interest, const FaceEndpoint& ingress, const Face& faceToUse,
73 const fib::Entry& fibEntry, const shared_ptr<pit::Entry>& pitEntry);
Saurab Dulala6dec222019-04-01 00:15:10 -050074
Junxiao Shia6de4292016-07-12 02:08:10 +000075 Face*
Davide Pesaventoa6f637a2019-08-28 23:23:20 -040076 getBestFaceForForwarding(const Interest& interest, const Face& inFace,
77 const fib::Entry& fibEntry, const shared_ptr<pit::Entry>& pitEntry,
Saurab Dulala6dec222019-04-01 00:15:10 -050078 bool isNewInterest = true);
Vince Lehman8a4c29e2016-07-11 08:49:35 +000079
80 void
Alex Lane9cec6992020-03-05 19:10:09 -060081 onTimeoutOrNack(const Name& interestName, FaceId faceId, bool isNack);
Vince Lehman8a4c29e2016-07-11 08:49:35 +000082
83 void
Teng Liangebc20f62020-06-23 16:55:20 -070084 sendNoRouteNack(Face& face, const shared_ptr<pit::Entry>& pitEntry);
Ashlesh Gawande92e4ea52017-07-19 11:38:12 -050085
Vince Lehman8a4c29e2016-07-11 08:49:35 +000086private:
87 AsfMeasurements m_measurements;
Vince Lehman8a4c29e2016-07-11 08:49:35 +000088
Ashlesh Gawande1ef93d02022-04-08 00:25:06 -040089NFD_PUBLIC_WITH_TESTS_ELSE_PRIVATE:
90 std::unique_ptr<RetxSuppressionExponential> m_retxSuppression;
91 ProbingModule m_probing;
92 size_t m_nMaxTimeouts = 3;
Vince Lehman8a4c29e2016-07-11 08:49:35 +000093};
94
95} // namespace asf
96
97using asf::AsfStrategy;
98
Davide Pesaventoe422f9e2022-06-03 01:30:23 -040099} // namespace nfd::fw
Vince Lehman8a4c29e2016-07-11 08:49:35 +0000100
101#endif // NFD_DAEMON_FW_ASF_STRATEGY_HPP