commit | 2b4e14915b5cba334d19b35f66de97de0389b548 | [log] [tgz] |
---|---|---|
author | Ilya Moiseenko <iliamo@ucla.edu> | Thu Sep 29 18:55:14 2011 -0700 |
committer | Ilya Moiseenko <iliamo@ucla.edu> | Fri Oct 28 13:40:12 2011 -0700 |
tree | b48002a21774606934b3653303d9554b5cabe83e | |
parent | 25f7d4dc0afb85417c5e60d1d279bbd670d5dcb2 [diff] |
Forwarding strategy enumeration
diff --git a/model/ccnx.h b/model/ccnx.h index a88716a..7c90de9 100644 --- a/model/ccnx.h +++ b/model/ccnx.h
@@ -76,6 +76,13 @@ class Ccnx : public Object { public: + enum ForwardingStrategy + { + NDN_FLOODING = 1, + NDN_BESTROUTE = 2, + NDN_RANKING = 3 + }; + /** * \brief Interface ID *