|
NFD: Named Data Networking Forwarding Daemon 24.07-28-gdcc0e6e0
|
Include dependency graph for unsolicited-data-policy.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | nfd::fw::AdmitAllUnsolicitedDataPolicy |
| Admits all unsolicited Data. More... | |
| class | nfd::fw::AdmitLocalUnsolicitedDataPolicy |
| Admits unsolicited Data from local faces. More... | |
| class | nfd::fw::AdmitNetworkUnsolicitedDataPolicy |
| Admits unsolicited Data from non-local faces. More... | |
| class | nfd::fw::DropAllUnsolicitedDataPolicy |
| Drops all unsolicited Data. More... | |
| class | nfd::fw::UnsolicitedDataPolicy |
| Determines how to process an unsolicited Data packet. More... | |
Namespaces | |
| namespace | nfd |
| namespace | nfd::fw |
Macros | |
| #define | NFD_REGISTER_UNSOLICITED_DATA_POLICY(P) |
| Registers an unsolicited data policy. | |
Typedefs | |
| using | nfd::fw::DefaultUnsolicitedDataPolicy = DropAllUnsolicitedDataPolicy |
| The default UnsolicitedDataPolicy. | |
Enumerations | |
| enum class | nfd::fw::UnsolicitedDataDecision { nfd::fw::DROP , nfd::fw::CACHE } |
| Decision made by UnsolicitedDataPolicy. More... | |
Functions | |
| std::ostream & | nfd::fw::operator<< (std::ostream &os, UnsolicitedDataDecision d) |
| #define NFD_REGISTER_UNSOLICITED_DATA_POLICY | ( | P | ) |
Registers an unsolicited data policy.
| P | A subclass of nfd::fw::UnsolicitedDataPolicy. P must have a static const data member POLICY_NAME convertible to std::string_view that contains the policy name. |
Definition at line 157 of file unsolicited-data-policy.hpp.